We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdd8c1 commit 976abe1Copy full SHA for 976abe1
2 files changed
setup.cfg
@@ -23,9 +23,6 @@ deps =
23
# explicitly require indirect dependency to fix build failure.
24
# This can be removed when aiohttp 3.9 is released.
25
charset-normalizer==2.1.1
26
- # This is to work around https://github.com/mindflayer/python-mocket/issues/199
27
- # It can be removed once that is fixed.
28
- urllib3==1.26.15
29
commands = pytest tests
30
31
[testenv:py310-black]
setup.py
@@ -38,7 +38,7 @@
38
platforms="any",
39
python_requires=">=3.7",
40
install_requires=requirements,
41
- tests_require=["mocket>=3.8.6"],
+ tests_require=["mocket>=3.11.1"],
42
test_suite="tests",
43
license="Apache License 2.0 ",
44
classifiers=[
0 commit comments