Your message dated Sun, 28 Sep 2025 21:04:24 +0000
with message-id <[email protected]>
and subject line Bug#1114123: fixed in geopy 2.4.1-2
has caused the Debian Bug report #1114123,
regarding geopy: FTBFS: dh_auto_test: error: pybuild --test -i python{version}
-p 3.13 returned exit code 13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1114123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114123
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:geopy
Version: 2.4.1-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:geopy, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
/usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning:
glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and
pass a directory to its root_dir argument instead.
for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')):
/usr/share/dh-python/dhpython/build/base.py:136: DeprecationWarning: glob.glob1
is deprecated and will be removed in Python 3.15. Use glob.glob and pass a
directory to its root_dir argument instead.
res = glob1(context['dir'], ftpl)
/usr/share/dh-python/dhpython/build/base.py:148: DeprecationWarning: glob.glob1
is deprecated and will be removed in Python 3.15. Use glob.glob and pass a
directory to its root_dir argument instead.
res = glob1(context['dir'], ftpl)
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
[... snipped ...]
See:
https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture
warnings.warn(
test/geocoders/what3words.py::TestWhat3Words::test_geocode
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1181:
PytestRemovedIn9Warning: 'TestWhat3Words' requested an async fixture
'class_geocoder' with autouse=True, with no plugin or hook that handled it.
This is usually an error, as pytest does not natively support it. This will
turn into an error in pytest 9.
See:
https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture
warnings.warn(
test/geocoders/what3words.py::TestWhat3WordsV3::test_geocode
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1181:
PytestRemovedIn9Warning: 'TestWhat3WordsV3' requested an async fixture
'class_geocoder' with autouse=True, with no plugin or hook that handled it.
This is usually an error, as pytest does not natively support it. This will
turn into an error in pytest 9.
See:
https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture
warnings.warn(
test/geocoders/woosmap.py::TestWoosmap::test_user_agent_custom
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1181:
PytestRemovedIn9Warning: 'TestWoosmap' requested an async fixture
'class_geocoder' with autouse=True, with no plugin or hook that handled it.
This is usually an error, as pytest does not natively support it. This will
turn into an error in pytest 9.
See:
https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture
warnings.warn(
test/geocoders/yandex.py::TestYandex::test_user_agent_custom
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1181:
PytestRemovedIn9Warning: 'TestYandex' requested an async fixture
'class_geocoder' with autouse=True, with no plugin or hook that handled it.
This is usually an error, as pytest does not natively support it. This will
turn into an error in pytest 9.
See:
https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture
warnings.warn(
test/test_timezone.py::TimezoneTestCase::test_create_from_fixed_gmt_offset
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_geopy/build/test/test_timezone.py:40:
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for
removal in a future version. Use timezone-aware objects to represent datetimes
in UTC: datetime.datetime.now(datetime.UTC).
dt = datetime.datetime.utcnow()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
XFAIL test/geocoders/geokeo.py::TestGeokeo::test_geocode_empty_result - invalid
json is returned at the moment
XFAIL test/test_format.py::test_format_float_precision[input0-13 20' 0"]
XFAIL test/test_format.py::test_format_float_precision[input1--13 19' 0"]
FAILED test/extra/rate_limiter.py::test_min_delay[False] - Failed: async def ...
FAILED test/extra/rate_limiter.py::test_min_delay[True] - Failed: async def f...
FAILED test/extra/rate_limiter.py::test_max_retries[False] - Failed: async de...
FAILED test/extra/rate_limiter.py::test_max_retries[True] - Failed: async def...
FAILED test/extra/rate_limiter.py::test_error_wait_seconds[False] - Failed: a...
FAILED test/extra/rate_limiter.py::test_error_wait_seconds[True] - Failed: as...
FAILED test/extra/rate_limiter.py::test_sync_raises_for_awaitable - Failed: a...
FAILED test/geocoders/azure.py::TestAzureMaps::test_user_agent_custom - Faile...
FAILED test/geocoders/azure.py::TestAzureMaps::test_geocode - Failed: async d...
FAILED test/geocoders/azure.py::TestAzureMaps::test_reverse - Failed: async d...
FAILED test/geocoders/azure.py::TestAzureMaps::test_geocode_empty - Failed: a...
FAILED test/geocoders/baidu.py::TestUnitBaidu::test_user_agent_custom - Faile...
FAILED test/geocoders/baidu.py::TestBaidu::test_basic_address - Failed: async...
FAILED test/geocoders/baidu.py::TestBaidu::test_reverse_point - Failed: async...
FAILED test/geocoders/baidu.py::TestBaidu::test_invalid_ak - Failed: async de...
FAILED test/geocoders/baidu.py::TestBaiduSK::test_basic_address - Failed: asy...
FAILED test/geocoders/baidu.py::TestBaiduSK::test_reverse_point - Failed: asy...
FAILED test/geocoders/baidu.py::TestBaiduSK::test_sn_with_peculiar_chars - Fa...
FAILED test/geocoders/baidu.py::TestBaiduV3::test_basic_address - Failed: asy...
FAILED test/geocoders/baidu.py::TestBaiduV3::test_reverse_point - Failed: asy...
FAILED test/geocoders/baidu.py::TestBaiduV3::test_invalid_ak - Failed: async ...
FAILED test/geocoders/baidu.py::TestBaiduV3SK::test_basic_address - Failed: a...
FAILED test/geocoders/baidu.py::TestBaiduV3SK::test_reverse_point - Failed: a...
FAILED test/geocoders/baidu.py::TestBaiduV3SK::test_sn_with_peculiar_chars - ...
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_simple[DummySyncAdapter]
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_simple[DummyAsyncAdapter]
FAILED test/geocoders/base.py::test_synchronize_decorator_async_simple - Fail...
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_exception[DummySyncAdapter]
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_exception[DummyAsyncAdapter]
FAILED test/geocoders/base.py::test_synchronize_decorator_async_exception - F...
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_reentrance[DummySyncAdapter]
FAILED
test/geocoders/base.py::test_synchronize_decorator_sync_reentrance[DummyAsyncAdapter]
FAILED test/geocoders/base.py::test_synchronize_decorator_async_reentrance - ...
FAILED test/geocoders/bing.py::TestBing::test_geocode - Failed: async def fun...
FAILED test/geocoders/bing.py::TestBing::test_reverse_point - Failed: async d...
FAILED test/geocoders/bing.py::TestBing::test_reverse_with_culture_de - Faile...
FAILED test/geocoders/bing.py::TestBing::test_reverse_with_culture_en - Faile...
FAILED test/geocoders/bing.py::TestBing::test_reverse_with_include_country_code
FAILED test/geocoders/bing.py::TestBing::test_user_location - Failed: async d...
FAILED test/geocoders/bing.py::TestBing::test_optional_params - Failed: async...
FAILED test/geocoders/bing.py::TestBing::test_structured_query - Failed: asyn...
FAILED test/geocoders/geocodeearth.py::TestGeocodeEarth::test_geocode - Faile...
FAILED test/geocoders/geocodeearth.py::TestGeocodeEarth::test_reverse - Faile...
FAILED test/geocoders/geocodeearth.py::TestGeocodeEarth::test_boundary_rect
FAILED
test/geocoders/geocodeearth.py::TestGeocodeEarth::test_geocode_language_parameter
FAILED
test/geocoders/geocodeearth.py::TestGeocodeEarth::test_reverse_language_parameter
FAILED
test/geocoders/geocodeearth.py::TestGeocodeEarth::test_geocode_country_bias
FAILED test/geocoders/geocodeearth.py::TestGeocodeEarth::test_geocode_countries
FAILED test/geocoders/geocodio.py::TestGeocodio::test_user_agent_custom - Fai...
FAILED test/geocoders/geocodio.py::TestGeocodio::test_error_with_only_street
FAILED test/geocoders/geocodio.py::TestGeocodio::test_geocode - Failed: async...
FAILED test/geocoders/geocodio.py::TestGeocodio::test_geocode_from_components
FAILED test/geocoders/geocodio.py::TestGeocodio::test_geocode_many_results - ...
FAILED test/geocoders/geocodio.py::TestGeocodio::test_reverse - Failed: async...
FAILED test/geocoders/geocodio.py::TestGeocodio::test_geocode_no_result - Fai...
FAILED
test/geocoders/geocodio.py::TestGeocodio::test_geocode_structured_no_result
FAILED test/geocoders/geocodio.py::TestGeocodio::test_reverse_no_result - Fai...
FAILED test/geocoders/geokeo.py::TestGeokeo::test_geocode - Failed: async def...
FAILED test/geocoders/geokeo.py::TestGeokeo::test_geocode_country - Failed: a...
FAILED test/geocoders/geokeo.py::TestGeokeo::test_reverse - Failed: async def...
FAILED test/geocoders/geokeo.py::TestGeokeo::test_reverse_empty_result - Fail...
FAILED test/geocoders/geolake.py::TestGeolake::test_geocode - Failed: async d...
FAILED test/geocoders/geolake.py::TestGeolake::test_geocode_country_codes_str
FAILED test/geocoders/geolake.py::TestGeolake::test_geocode_country_codes_list
FAILED test/geocoders/geolake.py::TestGeolake::test_geocode_structured - Fail...
FAILED test/geocoders/geolake.py::TestGeolake::test_geocode_empty_result - Fa...
FAILED
test/geocoders/geolake.py::TestGeolake::test_geocode_missing_city_in_result
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_user_agent_custom - Fai...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_configuration_error - F...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_error_with_no_api_key
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_no_error_with_no_api_key_but_using_premier
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_check_status - Failed: ...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_get_signed_url - Failed...
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_get_signed_url_with_channel
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_format_components_param
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_geocode - Failed: async...
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_geocode_with_conflicting_components
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_components - Failed: as...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_components_without_query
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_reverse - Failed: async...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_zero_results - Failed: ...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_timezone_datetime - Fai...
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_timezone_at_time_normalization
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_timezone_integer_raises
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_timezone_no_date - Fail...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_timezone_invalid_at_time
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_reverse_timezone_unknown
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_geocode_bounds - Failed...
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_geocode_bounds_invalid
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_geocode_place_id_invalid
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_geocode_place_id_not_invalid
FAILED test/geocoders/googlev3.py::TestGoogleV3::test_place_id_zero_result - ...
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_geocode_place_id_with_query
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_geocode_place_id_with_bounds
FAILED
test/geocoders/googlev3.py::TestGoogleV3::test_geocode_place_id_with_query_and_bounds
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_empty_result - Fa...
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode - Failed: async d...
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_structured - Fail...
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_unicode_name - Fa...
FAILED test/geocoders/here.py::TestHereApiKey::test_bbox - Failed: async def ...
FAILED test/geocoders/here.py::TestHereApiKey::test_mapview - Failed: async d...
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_shapes - Failed: ...
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_with_language_de
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_with_language_en
FAILED test/geocoders/here.py::TestHereApiKey::test_geocode_with_paging - Fai...
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse - Failed: async d...
FAILED
test/geocoders/here.py::TestHereApiKey::test_reverse_point_radius_1000_float
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse_point_radius_10
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse_with_language_de
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse_with_language_en
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse_with_mode_areas
FAILED test/geocoders/here.py::TestHereApiKey::test_reverse_with_maxresults_5
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_empty_result
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode - Failed: asy...
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_structured - ...
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_unicode_name
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_bbox - Failed: async ...
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_mapview - Failed: asy...
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_shapes - Fail...
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_with_language_de
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_with_language_en
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_geocode_with_paging
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_reverse - Failed: asy...
FAILED
test/geocoders/here.py::TestHereLegacyAuth::test_reverse_point_radius_1000_float
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_reverse_point_radius_10
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_reverse_with_language_de
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_reverse_with_language_en
FAILED test/geocoders/here.py::TestHereLegacyAuth::test_reverse_with_mode_areas
FAILED
test/geocoders/here.py::TestHereLegacyAuth::test_reverse_with_maxresults_5
FAILED test/geocoders/here.py::TestHereV7::test_geocode_empty_result - Failed...
FAILED test/geocoders/here.py::TestHereV7::test_geocode - Failed: async def f...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_query_and_components
FAILED test/geocoders/here.py::TestHereV7::test_geocode_structured - Failed: ...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_unicode_name - Failed...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_at - Failed: async de...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_countries - Failed: a...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_language - Failed: as...
FAILED test/geocoders/here.py::TestHereV7::test_geocode_limit - Failed: async...
FAILED test/geocoders/here.py::TestHereV7::test_reverse - Failed: async def f...
FAILED test/geocoders/here.py::TestHereV7::test_reverse_language - Failed: as...
FAILED test/geocoders/here.py::TestHereV7::test_reverse_limit - Failed: async...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_invalid_query_type - ...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_invalid_query_parcel
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_geocode - Failed: asy...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_no_result - F...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_reverse_no_result - F...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_with_address
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_freeform - Fa...
FAILED
test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_position_of_interest
FAILED
test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_filter_by_attribute
FAILED
test/geocoders/ignfrance.py::TestIGNFrance::test_geocode_filter_by_envelope
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_reverse - Failed: asy...
FAILED
test/geocoders/ignfrance.py::TestIGNFrance::test_reverse_invalid_preference
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_reverse_preference - ...
FAILED test/geocoders/ignfrance.py::TestIGNFrance::test_reverse_by_radius - F...
FAILED
test/geocoders/ignfrance.py::TestIGNFranceUsernameAuthProxy::test_proxy_is_respected
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode - Failed: async def...
FAILED test/geocoders/mapbox.py::TestMapBox::test_reverse - Failed: async def...
FAILED test/geocoders/mapbox.py::TestMapBox::test_zero_results - Failed: asyn...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_outside_bbox - Fail...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_bbox - Failed: asyn...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_proximity - Failed:...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_country_str - Faile...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_country_list - Fail...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_raw - Failed: async...
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_exactly_one_false
FAILED test/geocoders/mapbox.py::TestMapBox::test_geocode_language - Failed: ...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_geocode - Failed: async...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_reverse - Failed: async...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_zero_results - Failed: ...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_geocode_bbox - Failed: ...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_geocode_raw - Failed: a...
FAILED test/geocoders/mapquest.py::TestMapQuest::test_geocode_limit - Failed:...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode - Failed: async...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_reverse - Failed: async...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_zero_results - Failed: ...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_outside_bbox - ...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_bbox - Failed: ...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_proximity - Fai...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_reverse_language - Fail...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_language - Fail...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_raw - Failed: a...
FAILED test/geocoders/maptiler.py::TestMapTiler::test_geocode_exactly_one_false
FAILED test/geocoders/opencage.py::TestOpenCage::test_geocode - Failed: async...
FAILED test/geocoders/opencage.py::TestOpenCage::test_geocode_empty_result - ...
FAILED test/geocoders/opencage.py::TestOpenCage::test_bounds - Failed: async ...
FAILED test/geocoders/opencage.py::TestOpenCage::test_country_str - Failed: a...
FAILED test/geocoders/opencage.py::TestOpenCage::test_country_list - Failed: ...
FAILED test/geocoders/opencage.py::TestOpenCage::test_geocode_annotations - F...
FAILED test/geocoders/opencage.py::TestOpenCage::test_payment_required_error
FAILED test/geocoders/opencage.py::TestOpenCage::test_api_key_disabled_error
FAILED test/geocoders/opencage.py::TestOpenCage::test_rate_limited_error - Fa...
FAILED test/geocoders/pelias.py::TestPelias::test_geocode - Failed: async def...
FAILED test/geocoders/pelias.py::TestPelias::test_reverse - Failed: async def...
FAILED test/geocoders/pelias.py::TestPelias::test_boundary_rect - Failed: asy...
FAILED test/geocoders/pelias.py::TestPelias::test_geocode_language_parameter
FAILED test/geocoders/pelias.py::TestPelias::test_reverse_language_parameter
FAILED test/geocoders/pelias.py::TestPelias::test_geocode_country_bias - Fail...
FAILED test/geocoders/pelias.py::TestPelias::test_geocode_countries - Failed:...
FAILED test/geocoders/smartystreets.py::TestLiveAddress::test_geocode - Faile...
FAILED test/geocoders/tomtom.py::TestTomTom::test_user_agent_custom - Failed:...
FAILED test/geocoders/tomtom.py::TestTomTom::test_geocode - Failed: async def...
FAILED test/geocoders/tomtom.py::TestTomTom::test_reverse - Failed: async def...
FAILED test/geocoders/tomtom.py::TestTomTom::test_geocode_empty - Failed: asy...
FAILED test/geocoders/what3words.py::TestUnitWhat3Words::test_user_agent_custom
FAILED test/geocoders/what3words.py::TestWhat3Words::test_geocode - Failed: a...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_reverse - Failed: a...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_unicode_query - Fai...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_empty_response - Fa...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_not_exactly_one - F...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_reverse_language - ...
FAILED test/geocoders/what3words.py::TestWhat3Words::test_geocode_language - ...
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_geocode - Failed:...
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_reverse - Failed:...
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_unicode_query - F...
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_empty_response - ...
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_not_exactly_one
FAILED test/geocoders/what3words.py::TestWhat3WordsV3::test_reverse_language
FAILED test/geocoders/woosmap.py::TestWoosmap::test_user_agent_custom - Faile...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_check_status - Failed: as...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_format_components_param
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode - Failed: async d...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode_with_components
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode_with_location_bias
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode_with_language - F...
FAILED
test/geocoders/woosmap.py::TestWoosmap::test_geocode_with_country_code_format
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode_limit - Failed: a...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_reverse - Failed: async d...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_reverse_with_language - F...
FAILED
test/geocoders/woosmap.py::TestWoosmap::test_reverse_with_country_code_format
FAILED test/geocoders/woosmap.py::TestWoosmap::test_reverse_limit - Failed: a...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_geocode_empty_result - Fa...
FAILED test/geocoders/woosmap.py::TestWoosmap::test_reverse_empty_result - Fa...
FAILED test/geocoders/yandex.py::TestYandex::test_user_agent_custom - Failed:...
FAILED test/geocoders/yandex.py::TestYandex::test_geocode - Failed: async def...
FAILED test/geocoders/yandex.py::TestYandex::test_failure_with_invalid_api_key
FAILED test/geocoders/yandex.py::TestYandex::test_reverse - Failed: async def...
FAILED test/geocoders/yandex.py::TestYandex::test_geocode_lang - Failed: asyn...
FAILED test/geocoders/yandex.py::TestYandex::test_reverse_kind - Failed: asyn...
FAILED test/geocoders/yandex.py::TestYandex::test_reverse_lang - Failed: asyn...
=========== 240 failed, 393 passed, 3 xfailed, 31 warnings in 1.09s ============
Request statistics per hostname
-- empty --
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_geopy/build; python3.13 -m pytest -v
--ignore test/test_adapters.py --ignore test/test_init.py --ignore
test/adapters/each_adapter.py --ignore test/geocoders/arcgis.py --ignore
test/geocoders/banfrance.py --ignore test/geocoders/databc.py --ignore
test/geocoders/geocodefarm.py --ignore test/geocoders/geonames.py --ignore
test/geocoders/nominatim.py --ignore test/geocoders/openmapquest.py --ignore
test/geocoders/photon.py --ignore test/geocoders/pickpoint.py
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit
code 13
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: geopy
Source-Version: 2.4.1-2
Done: Manuel Guerra <[email protected]>
We believe that the bug you reported is fixed in the latest version of
geopy, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Manuel Guerra <[email protected]> (supplier of updated geopy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 28 Sep 2025 13:50:49 -0400
Source: geopy
Architecture: source
Version: 2.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Manuel Guerra <[email protected]>
Closes: 1114123
Changes:
geopy (2.4.1-2) unstable; urgency=medium
.
* debian/rules: Fix tests that prevent a healthy build from running.
(Closes: #1114123)
* debian/control: Reorder dependencies and update control file
- Add async dependencies.
- Move test dependencies to Build-Depends-Indep.
- Bump standards version to 4.7.2 (No changes required).
- Remove unused Rules-Requires-Root.
- Duplicate tests in autopkgtest.
- Add Manuel Guerra to Uploaders list.
* debian/pytest.ini: Add file to manage pytest
* debian/tests: Remove maintainer tests
* debian/watch: Bump to version 5, rewrite source info
* debian/copyright: Add Manuel Guerra to 'debian/*' stanza
Checksums-Sha1:
07e86711d3cb2e16de834acb06128a6ac0db03c5 2301 geopy_2.4.1-2.dsc
88f09ac247c7a5ee68a15f64944158d35e01fc09 4772 geopy_2.4.1-2.debian.tar.xz
be08c1557195230d93e6ee3be8a179db4f912763 6919 geopy_2.4.1-2_source.buildinfo
Checksums-Sha256:
f2e80525b5444d01814dda3ee758a2bf4f7b9961c53bcfb31cdd5f1c2be0ffd6 2301
geopy_2.4.1-2.dsc
95d6d8c0b036da0327a0c67b4be165aa94d2df709ab752aabb24deab9114d45f 4772
geopy_2.4.1-2.debian.tar.xz
294af04c97a13e1992a3905376a5d9282185c8b74f3dde099bde9335adfab76c 6919
geopy_2.4.1-2_source.buildinfo
Files:
792d2eb698ef24ee72949c13c1256851 2301 python optional geopy_2.4.1-2.dsc
d4ea712a799349894d037d155bc3e809 4772 python optional
geopy_2.4.1-2.debian.tar.xz
49faf4e3bac1bf3cf257052fe163313c 6919 python optional
geopy_2.4.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmjZoHMACgkQMfMURUSh
dBoI7w/+L2zUt3Zuzm3CkShbk/elemlKPiGAQdhMcFT/3XZCKAuEqVQFZz1FbYaa
aAAb583PgrQFKhKMU3ITkFeRk9owQnI9lQUwcd0OIRtljR3RCcJbAdvpx9LSmB3a
XIotfpYDR1Rpr3mcUYimpRUHiGzsLuqAuXjA3wCpu434Ht4z6EGrG/LquPG2OI4C
LnuvXnnYM+Nd9PHUFZE98J2NhsOxUzD13+S8cVxYmvKsxfNDE6FdJbCSDFOe1bHq
ktARrlxxzXRA1/jZvkyW21xCMmstUNUjMy+1w/1lxOpdbny35/tqpPzbSg38zPJ1
/kuAVytxQnkXyAjVnTNxm1HDcmvjSV3EGbV+A1qZSmCm1qY8iD5gFiGPCnhafa+v
OovyqEJSVgwqWEn41Kxs3Gl9pqcZ70qnr/wjvAM9qBTGvGLYXLlrhi9r9XSd1D9c
BkV49jZvGYSVGUOc6nNWJGs1Ok0yGPubh9+J6R2MBppubLcU/Q/T+l6JN5WZVEmO
XiqxjXtiCqS6yNoRfIVuCqWTHn7tKvrddmhgARSj1Tr4oVhkS1T4pfG7y81ZTI8N
Rsz43XbTxGulQ7CtBZ0g7PI3rljMb9wIOgT3JBuNrnzNha+Kw7paVjrVTyq3+s5k
XoqyclDyi5J2lTRbmmHrK1eH5SJ10vBxne+AQaF1ou3XehWPd24=
=p0jp
-----END PGP SIGNATURE-----
pgpGtnj5NoOSU.pgp
Description: PGP signature
--- End Message ---