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 d0ffc7c commit 374be0aCopy full SHA for 374be0a
setup.cfg
@@ -26,9 +26,6 @@ deps =
26
# explicitly require indirect dependency to fix build failure.
27
# This can be removed when aiohttp 3.9 is released.
28
charset-normalizer==2.1.1
29
- # This is to work around https://github.com/mindflayer/python-mocket/issues/199
30
- # It can be removed once that is fixed.
31
- urllib3==1.26.15
32
commands = pytest tests
33
34
[testenv:py310-black]
setup.py
@@ -26,7 +26,7 @@
include_package_data=True,
python_requires=">=3.7",
install_requires=requirements,
- tests_require=["mocket>=3.11.0"],
+ tests_require=["mocket>=3.11.1"],
test_suite="tests",
license=geoip2.__license__,
classifiers=[
0 commit comments