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.
2 parents d0e19eb + 1a79ddd commit 2f08b69Copy full SHA for 2f08b69
test-requirements.txt
@@ -18,7 +18,7 @@ charset-normalizer==2.0.7
18
# via requests
19
contextlib2==21.6.0
20
# via -r test-requirements.in
21
-coverage==6.1.1
+coverage[toml]==6.1.1
22
# via pytest-cov
23
cssselect==1.1.0
24
@@ -52,7 +52,7 @@ pytest==6.2.5
52
# via
53
# -r test-requirements.in
54
# pytest-cov
55
-pytest-cov==2.12.1
+pytest-cov==3.0.0
56
57
pytz==2021.3
58
# via babel
@@ -75,8 +75,8 @@ sphinxcontrib-qthelp==1.0.3
75
sphinxcontrib-serializinghtml==1.1.5
76
# via sphinx
77
toml==0.10.2
78
- # via
79
- # pytest
80
- # pytest-cov
+ # via pytest
+tomli==1.2.2
+ # via coverage
81
urllib3==1.26.7
82
0 commit comments