From cb98d48dcf2ed206e6027ed3f0b75e52d86015a5 Mon Sep 17 00:00:00 2001 From: Eugene Shershen Date: Wed, 17 Jan 2024 10:08:46 +0200 Subject: [PATCH] pytest fixes --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c6581a..0b34545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,8 +20,8 @@ pycodestyle==2.5.0 pydantic==1.10.13 pyflakes==2.1.1 pyparsing==2.4.2 -pytest==7.2.0 -pytest-cov==2.11.1 +pytest>=7.2.0 +pytest-cov>=2.11.1 PyYAML>=5.4 regex==2020.2.20 requests>=2.22.0 @@ -38,5 +38,5 @@ urllib3>=1.25.9 wcwidth==0.1.7 zipp==3.1.0 black==22.3.0 -pytest-asyncio==0.21.0 +pytest-asyncio>=0.21.0 greenlet==2.0.2