From 08853e0aea28f02a9c849f383c4abd7ae05a37e2 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 f2b9850f..7860c798 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: Replace pkg_resources diff --git a/requirements.txt b/requirements.txt index 4aa975b0..06f3d06a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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