Skip to content

Commit 6bd40b8

Browse files
authored
test-requirements: bump minimum pytest needed (#9673)
pytest 6.0 causes type checking to fail against master. Fixes #9671 Co-authored-by: hauntsaninja <>
1 parent 42aa9f3 commit 6bd40b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8-bugbear; python_version >= '3.5'
55
flake8-pyi>=20.5; python_version >= '3.6'
66
lxml>=4.4.0
77
psutil>=4.0
8-
pytest>=6.0.0,<7.0.0
8+
pytest>=6.1.0,<7.0.0
99
pytest-xdist>=1.34.0,<2.0.0
1010
pytest-forked>=1.3.0,<2.0.0
1111
pytest-cov>=2.10.0,<3.0.0

0 commit comments

Comments
 (0)