Skip to content

Commit

Permalink
Remove pytest-asyncio traces
Browse files Browse the repository at this point in the history
`pytest-asyncio` is unnecessary, it was missing in `tox.ini`, and tests
pass.
  • Loading branch information
rominf committed Sep 5, 2024
1 parent c846bc3 commit 59c02f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ addopts =
--showlocals
# coverage reports
--cov=aiosmtpd/ --cov-report term
asyncio_mode = auto
filterwarnings =
error
# TODO: Fix resource warnings
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ atpublic==5.0
attrs==24.2.0
coverage==7.6.1
pytest==8.3.2
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-mock==3.14.0

0 comments on commit 59c02f7

Please sign in to comment.