Skip to content

Commit db6a40e

Browse files
chuyang-dengChuyang Deng
and
Chuyang Deng
authored
fix: pin pytest version <6.1.0 to avoid pytest-rerunfailures breaking changes (#1927)
Co-authored-by: Chuyang Deng <[email protected]>
1 parent 6eaea0d commit db6a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read_version():
6161
extras["all"],
6262
"tox",
6363
"flake8",
64-
"pytest",
64+
"pytest<6.1.0",
6565
"pytest-cov",
6666
"pytest-rerunfailures",
6767
"pytest-xdist",

0 commit comments

Comments
 (0)