1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/py3-connexion/pytest-cov-deprange.patch
2022-11-24 08:02:33 +01:00

13 lines
314 B
Diff

diff --git a/setup.py b/setup.py
index 9b8d7b7..7f78540 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ aiohttp_require = [
tests_require = [
'decorator>=5,<6',
'pytest>=6,<7',
- 'pytest-cov>=2,<3',
+ 'pytest-cov>=2',
'testfixtures>=6,<7',
*flask_require,
swagger_ui_require