Skip to content

Commit 9935e10

Browse files
committed
Require requests_mock version at least 0.5
This was first version with mock() function and there are distributions (Debian Jessie) which still have older Python requests mock library.
1 parent f8ec9c6 commit 9935e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
extras_require={
2929
':python_version=="2.6" or python_version=="2.7"': ['ipaddress']
3030
},
31-
tests_require=['requests_mock'],
31+
tests_require=['requests_mock>=0.5'],
3232
test_suite="tests",
3333
license=geoip2.__license__,
3434
classifiers=[

0 commit comments

Comments
 (0)