Skip to content

Commit 9f47db2

Browse files
committed
fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]
1 parent 09e6277 commit 9f47db2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/openapi-generator/src/main/resources/python-aiohttp/test-requirements.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ py>=1.4.31
66
randomize>=0.13
77
{{/useNose}}
88
{{^useNose}}
9-
pytest~=7.1.0
9+
pytest~=7.0.1
1010
pytest-cov>=2.8.1
1111
pytest-randomly>=1.2.3
1212
pytest-aiohttp>=0.3.0

modules/openapi-generator/src/main/resources/python-flask/test-requirements.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ py>=1.4.31
66
randomize>=0.13
77
{{/useNose}}
88
{{^useNose}}
9-
pytest~=7.1.0
9+
pytest~=7.0.1
1010
pytest-cov>=2.8.1
1111
pytest-randomly>=1.2.3
1212
{{/useNose}}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.0
1+
pytest~=7.0.1
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
pytest-aiohttp>=0.3.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.0
1+
pytest~=7.0.1
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
pytest-aiohttp>=0.3.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.0
1+
pytest~=7.0.1
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
Flask-Testing==0.8.1

0 commit comments

Comments
 (0)