Skip to content

Commit 467223c

Browse files
BUG: Bump pytest version in dev
Python 3.10 broke pytest <6.2.4: pytest-dev/pytest#8539 (comment) Fix implemented pytest-dev/pytest#8540
1 parent 5c6e9fd commit 467223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .
22
-r requirements.txt
3-
pytest~=6.0.0
3+
pytest>=6.2.4
44
black
55
pytest-cov
66
pytest-lazy-fixture

0 commit comments

Comments
 (0)