Skip to content

Commit af76f2c

Browse files
committed
Adds pytest version to fix travis build errors
1 parent 23855fc commit af76f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# update these accordingly
44

55
[dev-packages]
6-
pytest="*"
6+
pytest=">=3.6"
77
wheel="*"
88
pytest-cov="*"
99
PyYAML = "*"

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note that there is also a Pipfile for this project if you are updating this
22
# file do not forget to update the Pipfile accordingly
33
pyyaml
4-
pytest
4+
pytest>=3.6
55
wheel
66
pytest-cov

0 commit comments

Comments
 (0)