From 00f1e7b6e0ecae043dfe632d682aa0c271269331 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Sun, 1 May 2016 10:26:28 +0100 Subject: [PATCH] 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a5bf2557..169795f8 100644 --- a/tox.ini +++ b/tox.ini @@ -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/