We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9426afa commit 92f0b5aCopy full SHA for 92f0b5a
2 files changed
requirements/lint.in
@@ -3,6 +3,7 @@ aioredis
3
mypy; implementation_name == "cpython"
4
pre-commit
5
pytest
6
+pytest-cov
7
python-on-whales
8
slotscheck
9
uvloop; platform_system != "Windows"
requirements/lint.txt
@@ -24,6 +24,9 @@ click==8.1.6
24
# via
25
# slotscheck
26
# typer
27
+coverage==7.6.0
28
+ # via
29
+ # pytest-cov
30
distlib==0.3.7
31
# via virtualenv
32
exceptiongroup==1.1.2
@@ -66,6 +69,9 @@ pygments==2.17.2
66
69
# via rich
67
70
pytest==8.1.1
68
71
# via -r lint.in
72
73
+pytest-cov==5.0.0
74
+ # via -r lint.in
75
python-on-whales==0.71.0
76
77
pyyaml==6.0.1
@@ -80,6 +86,7 @@ slotscheck==0.19.0
80
86
81
87
tomli==2.0.1
82
88
89
+ # coverage
83
90
# mypy
84
91
# pytest
85
92
0 commit comments