Skip to content

Commit

Permalink
tests: fix travis failed with werkzeug==1.0.0
Browse files Browse the repository at this point in the history
* Forces the werkzeug version < 1.0.
* Forces the flask-login version < 0.5.0.

Co-Authored-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
Sébastien Délèze and jma committed Feb 11, 2020
1 parent d1f9d99 commit c0239ea
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 195 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ python3-saml = "*"
xmltodict = "*"
marshmallow = "<=3.0.0b6"
pycountry = "*"
# TODO: try to remove it when werkzeug will be fixed.
werkzeug = "==0.16.0"
# TODO: check why we need this.
flask-login = "<0.5"

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down
Loading

0 comments on commit c0239ea

Please sign in to comment.