File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ matrix:
11
11
allow_failures :
12
12
- python : " nightly"
13
13
install :
14
- - pip install coveralls flake8 nose flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing
14
+ # werkzeug 1.0 breaks some parts of Flask ecosystem (see https://github.com/pallets/flask/pull/3488),
15
+ # so let's use older versions at least for now.
16
+ - pip install coveralls flake8 nose flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing "werkzeug<1.0"
15
17
# mypy can't be installed on pypy
16
18
- if [[ "${TRAVIS_PYTHON_VERSION}" != "pypy"* ]] ; then pip install mypy typed_ast ; fi
17
19
- if [[ "${TRAVIS_PYTHON_VERSION}" != "pypy"* && "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then pip install black ; fi
You can’t perform that action at this time.
0 commit comments