We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-asyncio
1 parent 54b9643 commit d087090Copy full SHA for d087090
pytest.ini
@@ -10,7 +10,6 @@ addopts =
10
--showlocals
11
# coverage reports
12
--cov=aiosmtpd/ --cov-report term
13
-asyncio_mode = auto
14
filterwarnings =
15
error
16
# TODO: Replace pkg_resources
requirements.txt
@@ -2,6 +2,5 @@ atpublic==5.0
2
attrs==24.2.0
3
coverage==7.6.1
4
pytest==8.3.4
5
-pytest-asyncio==0.24.0
6
pytest-cov==5.0.0
7
pytest-mock==3.14.0
0 commit comments