Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Pin Werkzeug dependency to make sure unittests keep running while jarus/flask-testing#143 is still open.
  • Loading branch information
Aadi Bajpai authored Feb 24, 2020
1 parent 15b9ab3 commit 0bb8a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'pytest',
'pytest-cov',
'blinker',
'Werkzeug==0.16.1' # remove this once stuff's resolved
'flask_testing'
]
},
Expand Down

0 comments on commit 0bb8a88

Please sign in to comment.