Skip to content

Commit b056153

Browse files
authored
Merge pull request pandas-dev#684 from manahl/pytest-cov
Unpin pytest-cov
2 parents 3d455d6 + 705c815 commit b056153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ def run_tests(self):
9090
"tzlocal",
9191
"lz4"
9292
],
93+
# Note: pytest >= 4.1.0 is not compatible with pytest-cov < 2.6.1.
9394
tests_require=["mock",
9495
"mockextras",
9596
"pytest",
96-
"pytest-cov>=2.6.1",
97+
"pytest-cov",
9798
"pytest-server-fixtures",
9899
"pytest-timeout",
99100
"pytest-xdist",

0 commit comments

Comments
 (0)