From f5345ad824df6b9ab03f47395f24bbd6ca9d7e76 Mon Sep 17 00:00:00 2001 From: yangshaoxue Date: Wed, 14 Dec 2022 16:01:24 +0800 Subject: [PATCH] fix: Fix test requirement Modified from pytest-cov<=2.12.1 to pytest-cov>=2.12.1 Change-Id: I8b30b3edb217561fe751a8ed2b3e4ce53f9ceee9 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b29ff78..2f6514f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ mypy>=0.910 # MIT pytest>=6.2.5 # MIT pytest-xdist>=2.4.0 # MIT pytest-asyncio<=0.15.1 # Apache-2.0 -pytest-cov<=2.12.1 # MIT +pytest-cov>=2.12.1 # MIT pytest-html>=3.1.1 # MPL 2.0 mimesis<=4.1.3 # MIT asgi-lifespan<=1.0.1 # MIT