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 9fdb5e7 commit 0e35405Copy full SHA for 0e35405
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
- "if [[ $RUN_SNYK && $SNYK_TOKEN ]]; then sudo apt-get install -y nodejs; npm install -g snyk; fi"
27
install:
28
- pip install -r requirements.txt
29
- - pip install httpretty coveralls
+ - pip install mocket coveralls
30
- |
31
if [[ $RUN_LINTER ]]; then
32
pip install --upgrade pylint black mypy
setup.py
@@ -26,7 +26,7 @@
include_package_data=True,
python_requires=">=3.6",
install_requires=requirements,
- tests_require=["httpretty>=1.0.0"],
+ tests_require=["mocket>=3.8.6"],
test_suite="tests",
license=geoip2.__license__,
classifiers=[
0 commit comments