Skip to content

Commit 7650d68

Browse files
committed
requirements: Make requirements less strict (again)
Still can't build this in copr :( Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 1256aa3 commit 7650d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mock~=3.0.0
2-
pytest>=4.0,<6.0;python_version>='3.5'
3-
pytest>=4.0,<5.0;python_version=='2.7'
4-
pytest-cov>=2.7,<3.0
2+
pytest>=3.0,<6.0;python_version>='3.5'
3+
pytest>=3.0,<5.0;python_version=='2.7'
4+
pytest-cov~=2.5

0 commit comments

Comments
 (0)