Skip to content

Commit d443bbf

Browse files
authored
Merge pull request pandas-dev#680 from shashank88/pytest_cov_update
Upgrade pytest-cov to > 2.6.1 to fix man-group/arctic#678
2 parents 712d235 + 9560b80 commit d443bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def run_tests(self):
9292
],
9393
tests_require=["mock",
9494
"mockextras",
95-
"pytest<4.1",
96-
"pytest-cov",
95+
"pytest",
96+
"pytest-cov>=2.6.1",
9797
"pytest-server-fixtures",
9898
"pytest-timeout",
9999
"pytest-xdist",

0 commit comments

Comments
 (0)