fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]

This commit is contained in:
Kevin Bannier
2022-10-03 21:51:33 +02:00
parent 09e62776bf
commit 9f47db2f87
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ py>=1.4.31
randomize>=0.13
{{/useNose}}
{{^useNose}}
pytest~=7.1.0
pytest~=7.0.1
pytest-cov>=2.8.1
pytest-randomly>=1.2.3
pytest-aiohttp>=0.3.0

View File

@@ -6,7 +6,7 @@ py>=1.4.31
randomize>=0.13
{{/useNose}}
{{^useNose}}
pytest~=7.1.0
pytest~=7.0.1
pytest-cov>=2.8.1
pytest-randomly>=1.2.3
{{/useNose}}

View File

@@ -1,4 +1,4 @@
pytest~=7.1.0
pytest~=7.0.1
pytest-cov>=2.8.1
pytest-randomly>=1.2.3
pytest-aiohttp>=0.3.0

View File

@@ -1,4 +1,4 @@
pytest~=7.1.0
pytest~=7.0.1
pytest-cov>=2.8.1
pytest-randomly>=1.2.3
pytest-aiohttp>=0.3.0

View File

@@ -1,4 +1,4 @@
pytest~=7.1.0
pytest~=7.0.1
pytest-cov>=2.8.1
pytest-randomly>=1.2.3
Flask-Testing==0.8.1