From 59c02f7ab6e73e6df5d454501b442b46569f702b Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Fri, 28 Jun 2024 08:18:21 +0300 Subject: [PATCH] Remove `pytest-asyncio` traces `pytest-asyncio` is unnecessary, it was missing in `tox.ini`, and tests pass. --- pytest.ini | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index c2990edf..976a765d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,7 +10,6 @@ addopts = --showlocals # coverage reports --cov=aiosmtpd/ --cov-report term -asyncio_mode = auto filterwarnings = error # TODO: Fix resource warnings diff --git a/requirements.txt b/requirements.txt index 232afb1c..9acad570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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