forked from loafle/openapi-generator-original
fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user