Limit requests to 2.9 for LinkChecker

It incorrectly inspects the version of 2.10+ and thinks it is
lower than 2.2.

See: https://github.com/wummel/linkchecker/issues/649
This commit is contained in:
Dougal Matthews
2016-05-01 10:26:28 +01:00
parent b2cb385db3
commit 00f1e7b6e0

View File

@@ -26,7 +26,9 @@ commands=mdl README.md CONTRIBUTING.md docs/
[testenv:linkchecker]
basepython = python2.7
passenv=*
deps=LinkChecker
deps=
requests<=2.9.0
LinkChecker
commands=
{envpython} -m mkdocs.tests.integration --output={envtmpdir}/builds
linkchecker {envtmpdir}/builds/