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 Jun 28, 2024
1 parent dfebd8f commit b2df3ed
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: Replace pkg_resources
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==4.1.0
attrs==23.2.0
coverage==7.5.4
pytest==8.2.2
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-mock==3.14.0

0 comments on commit b2df3ed

Please sign in to comment.