Accepting request 1066108 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1066108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geoip2?expand=0&rev=19
This commit is contained in:
commit
6a7f48dfd4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 19:57:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fix tests on python 3.8 as well with newer python-mocket by skipping
|
||||||
|
the tests/test_webservice which need porting to new python-mocket
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 23 16:42:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Jan 23 16:42:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ The API also works with MaxMind's free GeoLite2 databases.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python38_tests="tests/webservice_test.py tests/models_test.py tests/database_test.py"
|
python38_tests="tests/models_test.py tests/database_test.py"
|
||||||
python39_tests=$python38_tests
|
python39_tests=$python38_tests
|
||||||
python310_tests=$python38_tests
|
python310_tests=$python38_tests
|
||||||
# mocket currently does not work with 3.11. See these issues:
|
# mocket currently does not work with 3.11. See these issues:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user