From af29f9d7178805956a3d4bb4f3a77167b50b3251 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 5 Apr 2016 12:12:47 +0700 Subject: [PATCH] Unpin sphinxcontrib-fulltoc sphinxcontrib-fulltoc version 1.0 is not compatible with Python 3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index acff358a..99101476 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pytest-qt >= 1.0 pytest-cov >= 1.6 pytest >= 2.5.1 coveralls >= 0.2 -sphinxcontrib-fulltoc==1.0 +sphinxcontrib-fulltoc>=1.0 mock>=1.0.1 coverage>=3.6 psutil==2.0.0