Skip to content

Commit 0e35405

Browse files
committed
Require mocket for tests
1 parent 9fdb5e7 commit 0e35405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_install:
2626
- "if [[ $RUN_SNYK && $SNYK_TOKEN ]]; then sudo apt-get install -y nodejs; npm install -g snyk; fi"
2727
install:
2828
- pip install -r requirements.txt
29-
- pip install httpretty coveralls
29+
- pip install mocket coveralls
3030
- |
3131
if [[ $RUN_LINTER ]]; then
3232
pip install --upgrade pylint black mypy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
include_package_data=True,
2727
python_requires=">=3.6",
2828
install_requires=requirements,
29-
tests_require=["httpretty>=1.0.0"],
29+
tests_require=["mocket>=3.8.6"],
3030
test_suite="tests",
3131
license=geoip2.__license__,
3232
classifiers=[

0 commit comments

Comments
 (0)