1
2
3
4
5
6
7
8
9
10
11
12
13
14 | $ git diff test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt index 2c2b084..9dd6cf8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ nose testtools # For doc building -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,!=1.3b2,!=1.3b3,<1.3 oslosphinx # For style checking |