Skip to content

Commit 92f0b5a

Browse files
committed
fixup! pytest-cov mypy
1 parent 9426afa commit 92f0b5a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

requirements/lint.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ aioredis
33
mypy; implementation_name == "cpython"
44
pre-commit
55
pytest
6+
pytest-cov
67
python-on-whales
78
slotscheck
89
uvloop; platform_system != "Windows"

requirements/lint.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ click==8.1.6
2424
# via
2525
# slotscheck
2626
# typer
27+
coverage==7.6.0
28+
# via
29+
# pytest-cov
2730
distlib==0.3.7
2831
# via virtualenv
2932
exceptiongroup==1.1.2
@@ -66,6 +69,9 @@ pygments==2.17.2
6669
# via rich
6770
pytest==8.1.1
6871
# via -r lint.in
72+
# pytest-cov
73+
pytest-cov==5.0.0
74+
# via -r lint.in
6975
python-on-whales==0.71.0
7076
# via -r lint.in
7177
pyyaml==6.0.1
@@ -80,6 +86,7 @@ slotscheck==0.19.0
8086
# via -r lint.in
8187
tomli==2.0.1
8288
# via
89+
# coverage
8390
# mypy
8491
# pytest
8592
# slotscheck

0 commit comments

Comments
 (0)