1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/py3-connexion/pytest-deps-versions.patch
2023-01-25 19:17:18 +00:00

15 lines
356 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>=6',
- 'pytest-cov>=2,<3',
+ 'pytest-cov>=2',
- 'testfixtures>=6,<7',
+ 'testfixtures>=6',
*flask_require,
swagger_ui_require