Skip to content

Commit b2df3ed

Browse files
committed
Remove pytest-asyncio traces
`pytest-asyncio` is unnecessary, it was missing in `tox.ini`, and tests pass.
1 parent dfebd8f commit b2df3ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ addopts =
1010
--showlocals
1111
# coverage reports
1212
--cov=aiosmtpd/ --cov-report term
13-
asyncio_mode = auto
1413
filterwarnings =
1514
error
1615
# TODO: Replace pkg_resources

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ atpublic==4.1.0
22
attrs==23.2.0
33
coverage==7.5.4
44
pytest==8.2.2
5-
pytest-asyncio==0.23.7
65
pytest-cov==5.0.0
76
pytest-mock==3.14.0

0 commit comments

Comments
 (0)