Skip to content

Commit

Permalink
Fix no async plugin warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Sep 1, 2024
1 parent 0bab78f commit c612e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.3.2pytest-aiohttp==1.0.5pytest-pg==0.0.21pytest-runner==6.0.1isort==5.13.2flake8==7.1.1pyright==1.1.378black==24.8.0asyncpg==0.29.0async-timeout==4.0.3; python_version<"3.12"setuptools==74.0.0wheel==0.44.0twine==5.1.1opentelemetry-api>=1.19
pytest==8.3.2pytest-aiohttp==1.0.5pytest-pg==0.0.21pytest-runner==6.0.1pytest-asyncio==0.24.0isort==5.13.2flake8==7.1.1pyright==1.1.378black==24.8.0asyncpg==0.29.0async-timeout==4.0.3; python_version<"3.12"setuptools==74.0.0wheel==0.44.0twine==5.1.1opentelemetry-api>=1.19
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tool:pytest]
norecursedirs = .git .venv
python_files = tests.py test_*.py *_tests.py
asyncio_mode = auto

0 comments on commit c612e0a

Please sign in to comment.