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
--------------------------------------------------------------------------------

Reply via email to