From d39c1933b40b1c4958994fa6fe2a9c443702f97c Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 21 Apr 2026 21:54:05 +0200 Subject: [PATCH] fix pytest ini --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index faa3c97..0e7730c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] +pythonpath = . filterwarnings = ignore:'asyncio\.iscoroutinefunction' is deprecated and slated for removal in Python 3\.16; use inspect\.iscoroutinefunction\(\) instead:DeprecationWarning:fastapi\.routing