Skip to content

Commit a0cafd5

Browse files
freeze pytest and pytest-cov version
1 parent 7b79254 commit a0cafd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Add requirements only needed for your unittests and during development here.
22
# They will be installed automatically when running `python setup.py test`.
33
# ATTENTION: Don't remove pytest-cov and pytest as they are needed.
4-
pytest-cov
5-
pytest
4+
pytest-cov==2.7.1
5+
pytest==4.5.0

0 commit comments

Comments
 (0)