Skip to content

Commit

Permalink
Downgraded werkzeug because of jarus/flask-testing#143 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 11, 2020
1 parent 250181b commit eb4c6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cache:
- node_modules
before_install:
- pip install -r ./requirements/test.txt
- pip list
- pip install codecov
- mkdir influxdb_install
- wget https://dl.influxdata.com/influxdb/releases/influxdb_1.5.3_amd64.deb
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Flask-Testing == 0.7.1
pytest == 3.6.1
pytest-cov == 2.5.1
flake8 == 3.5.0
responses == 0.9.0
responses == 0.9.0
Werkzeug == 0.16.1

0 comments on commit eb4c6cd

Please sign in to comment.