Skip to content

Commit

Permalink
fix(tests): downgrade pytest version to ensure compatibility with pyt…
Browse files Browse the repository at this point in the history
…hon3.6 [python-flask][python-aiohttp]
  • Loading branch information
Kevin-Bannier committed Oct 3, 2022
1 parent 09e6277 commit 9f47db2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion samples/server/petstore/python-flask/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f47db2

Please sign in to comment.