Skip to content

Commit 92bd711

Browse files
chuyang-dengChuyang Deng
authored andcommitted
fix: pin pytest version <6.1.0 to avoid pytest-rerunfailures breaking changes (aws#1927)
Co-authored-by: Chuyang Deng <[email protected]>
1 parent e4feb94 commit 92bd711

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)