Skip to content

Commit 826f6ef

Browse files
authored
Fix coverage performance issue with Python 3.11 (#1564)
1 parent 2ee7931 commit 826f6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-r requirements_test_pre_commit.txt
33
contributors-txt>=0.7.4
44
coveralls~=3.3
5-
coverage~=6.3
5+
coverage~=6.3.3
66
pre-commit~=2.19
77
pytest-cov~=3.0
88
contributors-txt>=0.7.3

0 commit comments

Comments
 (0)