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 e4e3235 commit 31c81a2Copy full SHA for 31c81a2
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: Fix resource warnings
requirements.txt
@@ -3,6 +3,5 @@ attrs==24.2.0
3
coverage==7.6.1
4
importlib_resources;python_version<"3.9"
5
pytest==8.3.2
6
-pytest-asyncio==0.24.0
7
pytest-cov==5.0.0
8
pytest-mock==3.14.0
0 commit comments