Skip to content

Commit fa11cb1

Browse files
committed
Pin jsonschema=2.6.0 to fix test errors
1 parent 327d9bd commit fa11cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ before_install:
2727
install:
2828
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
2929
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
30+
- pip install jsonschema!=3.0.0a1 # issue #110, remove later
3031
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
3132
- pip install --pre -e jupyterhub
3233

0 commit comments

Comments
 (0)