Skip to content

Commit 59c02f7

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

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: Fix resource warnings

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ atpublic==5.0
22
attrs==24.2.0
33
coverage==7.6.1
44
pytest==8.3.2
5-
pytest-asyncio==0.24.0
65
pytest-cov==5.0.0
76
pytest-mock==3.14.0

0 commit comments

Comments
 (0)