Restrict Sphinx version in tests

This commit is contained in:
micbou
2019-05-20 14:07:11 +02:00
committed by Dave Halter
parent 3df63cff12
commit eca845fa81

View File

@@ -8,6 +8,8 @@ deps =
py34: typing
# numpydoc for typing scipy stack
numpydoc
# sphinx, a dependency of numpydoc, dropped Python 2 support in version 2.0
sphinx < 2.0
cov: coverage
# Overwrite the parso version (only used sometimes).
# git+https://github.com/davidhalter/parso.git