Accepting request 1066044 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/1066044 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geoip2?expand=0&rev=27
This commit is contained in:
parent
1724afec05
commit
f8e755737f
@ -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