Skip to content

Commit 33b4a05

Browse files
committed
0.2.0 - drop pytest-flask
Fix: Drop the extension `pytest-flask` because it seems to be not compatible with the newest `Flask`.
1 parent 5e1f991 commit 33b4a05

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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`.
2223

2324
#### :floppy_disk: Change
2425

docker/requirements-docker.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ typing-extensions
99
chromedriver-binary-auto # Needs to be installed after installing the browser.
1010
pytest
1111
pytest-base-url
12-
pytest-flask
1312
pytest-html
1413
pytest-metadata
1514
py

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ werkzeug
1010
chromedriver-binary-auto # Needs to be installed after installing the browser.
1111
pytest
1212
pytest-base-url
13-
pytest-flask
1413
pytest-html
1514
pytest-metadata
1615
py

0 commit comments

Comments
 (0)