diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..d280de0 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +asyncio_mode = auto \ No newline at end of file diff --git a/requirements-test.txt b/requirements-test.txt index 266ad5d..55ba6d5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,5 +2,5 @@ asynccasbin==1.1.7 databases==0.7.0 SQLAlchemy==1.4.42 pytest>=7.3.0 -alt-pytest-asyncio>=0.7.0 +pytest-asyncio>=1.1.0 aiosqlite>=0.19.0 \ No newline at end of file