Skip to content

Commit 80608af

Browse files
committed
Fixes dependency version error (new pytest-cov requires pytest 3.6)
1 parent 36ed73b commit 80608af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_tools/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest-logging # ==2015.11.4
1313
pytest-steps
1414

1515
# --- to generate the reports (see scripts in ci_tools, called by .travis)
16-
pytest-cov # ==2.5
16+
pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6
1717

1818
# --- to generate the doc (see .travis)
1919
mkdocs-material==2.7.3

0 commit comments

Comments
 (0)