Skip to content

Commit f542e4e

Browse files
committed
Docs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4
1 parent 46c236d commit f542e4e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r requirements.txt
22

3-
Sphinx
3+
Sphinx < 2.0; python_version == '2.7' or python_version == '3.4'
4+
Sphinx; python_version >= '3.5'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.txt
22

3-
pytest < 5.0
3+
pytest < 5.0; python_version == '2.7' or python_version == '3.4'
4+
pytest; python_version >= '3.5'
45
pytest-cov

0 commit comments

Comments
 (0)