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.
1 parent dfebd8f commit b2df3edCopy full SHA for b2df3ed
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==4.1.0
2
attrs==23.2.0
3
coverage==7.5.4
4
pytest==8.2.2
5
-pytest-asyncio==0.23.7
6
pytest-cov==5.0.0
7
pytest-mock==3.14.0
0 commit comments