Skip to content

Commit 31c81a2

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

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
@@ -3,6 +3,5 @@ attrs==24.2.0
33
coverage==7.6.1
44
importlib_resources;python_version<"3.9"
55
pytest==8.3.2
6-
pytest-asyncio==0.24.0
76
pytest-cov==5.0.0
87
pytest-mock==3.14.0

0 commit comments

Comments
 (0)