Skip to content

Commit ffbec13

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Update coverage to be version-specific by Python version
1 parent a611ec9 commit ffbec13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pytest==8.3.5
22
pytest-xdist==3.6.1; python_version < '3.9'
33
pytest-xdist==3.8.0; python_version >= '3.9'
4-
coverage==7.6.1
4+
coverage==7.6.1; python_version == '3.8'
5+
coverage==7.6.10; python_version >= '3.9'
56
coverage-pyver-pragma==0.4.0
67
build==1.2.2.post1
78
mypy==1.14.1

0 commit comments

Comments
 (0)