Skip to content

Commit 8426b7a

Browse files
committed
0.2.0 - fix the pytest-flask version
Fix: Specify the extension version `pytest-flask` because `v1.2.0` does not support the newest `Flask`.
1 parent 33b4a05 commit 8426b7a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
1. Fix: When using `Downloader`, the file size is not configured in the stream saver. Now, it has been fixed.
2121
2. Fix: The previous workflow scripts do not work any more. Adjust the scripts for including the required packages.
22-
3. Fix: Drop the extension `pytest-flask` because it seems to be not compatible with the newest `Flask`.
22+
3. Fix: Specify the extension version `pytest-flask` because `v1.2.0` does not support the newest `Flask`.
2323

2424
#### :floppy_disk: Change
2525

docker/requirements-docker.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ typing-extensions
99
chromedriver-binary-auto # Needs to be installed after installing the browser.
1010
pytest
1111
pytest-base-url
12+
pytest-flask>=1.3.0
1213
pytest-html
1314
pytest-metadata
1415
py

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ werkzeug
1010
chromedriver-binary-auto # Needs to be installed after installing the browser.
1111
pytest
1212
pytest-base-url
13+
pytest-flask>=1.3.0
1314
pytest-html
1415
pytest-metadata
1516
py

0 commit comments

Comments
 (0)