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