Your message dated Sat, 22 Feb 2025 20:49:52 +0000
with message-id <e1tlwrc-00b3wz...@fasolo.debian.org>
and subject line Bug#1098609: fixed in python-renault-api 0.2.9-2
has caused the Debian Bug report #1098609,
regarding python-renault-api: FTBFS: E assert 2 == 0
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 ow...@bugs.debian.org
immediately.)
--
1098609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-renault-api
Version: 0.2.9-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12
* Building wheel...
Successfully built renault_api-0.2.9-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
Successfully built renault_api-0.2.9-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build;
python3.12 -m pytest tests
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207:
PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture
caching scope. Future versions of pytest-asyncio will default the loop scope
for asynchronous fixtures to function scope. Set the default fixture loop scope
explicitly in order to avoid unexpected behavior in the future. Valid fixture
loop scopes are: "function", "class", "module", "package", "session"
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, typeguard-4.4.1
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collected 291 items
tests/cli/test_account.py ... [ 1%]
tests/cli/test_client.py .... [ 2%]
tests/cli/test_main.py F... [ 3%]
tests/cli/test_session.py ..... [ 5%]
tests/cli/test_vehicle.py .................... [ 12%]
tests/cli/test_vehicle_charge.py ............... [ 17%]
tests/cli/test_vehicle_hvac.py ...... [ 19%]
tests/gigya/test_gigya.py .... [ 20%]
tests/gigya/test_gigya_error.py ...... [ 23%]
tests/gigya/test_gigya_models.py ...... [ 25%]
tests/kamereon/test_kamereon.py ..... [ 26%]
tests/kamereon/test_kamereon_error.py ..................... [ 34%]
tests/kamereon/test_kamereon_person.py . [ 34%]
tests/kamereon/test_kamereon_vehicle_action.py .......... [ 37%]
tests/kamereon/test_kamereon_vehicle_contract.py .... [ 39%]
tests/kamereon/test_kamereon_vehicle_data.py ........................... [ 48%]
................... [ 54%]
tests/kamereon/test_kamereon_vehicle_details.py .. [ 55%]
tests/kamereon/test_kamereon_vehicle_gateway.py ..... [ 57%]
tests/kamereon/test_kamereon_vehicles.py ........... [ 61%]
tests/test_api_keys.py ..............................sssssssssssssssssss [ 78%]
sssssssssss. [ 82%]
tests/test_credential.py .. [ 82%]
tests/test_credential_store.py ....... [ 85%]
tests/test_renault_account.py .... [ 86%]
tests/test_renault_client.py .... [ 87%]
tests/test_renault_session.py ........ [ 90%]
tests/test_renault_vehicle.py ........................... [100%]
=================================== FAILURES ===================================
______________________________ test_main_succeeds ______________________________
cli_runner = <click.testing.CliRunner object at 0x7f0cd45ebcb0>
def test_main_succeeds(cli_runner: CliRunner) -> None:
"""It exits with a status code of zero."""
result = cli_runner.invoke(__main__.main)
> assert result.exit_code == 0, result.exception
E AssertionError: SystemExit(2)
E assert 2 == 0
E + where 2 = <Result SystemExit(2)>.exit_code
tests/cli/test_main.py:46: AssertionError
=============================== warnings summary ===============================
tests/cli/test_account.py: 3 warnings
tests/cli/test_client.py: 2 warnings
tests/cli/test_vehicle.py: 20 warnings
tests/cli/test_vehicle_charge.py: 15 warnings
tests/cli/test_vehicle_hvac.py: 6 warnings
tests/gigya/test_gigya.py: 1 warning
tests/kamereon/test_kamereon.py: 5 warnings
tests/test_credential.py: 1 warning
tests/test_credential_store.py: 3 warnings
tests/test_renault_account.py: 5 warnings
tests/test_renault_client.py: 5 warnings
tests/test_renault_session.py: 2 warnings
tests/test_renault_vehicle.py: 28 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/fixtures.py:41:
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).
payload={"exp": datetime.datetime.utcnow() + timedelta},
tests/cli/test_account.py::test_list_vehicles_prompt
tests/cli/test_client.py::test_login_prompt
tests/cli/test_client.py::test_list_accounts_prompt
tests/cli/test_vehicle.py::test_vehicle_status_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/renault_api/cli/renault_client.py:34:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_account.py::test_list_vehicles_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/cli/test_account.py:55:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_client.py::test_login_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/cli/test_client.py:37:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_client.py::test_list_accounts_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/cli/test_client.py:76:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_vehicle.py::test_vehicle_status_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/cli/test_vehicle.py:268:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/kamereon/test_kamereon.py::test_set_vehicle_action
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon.py:107:
DeprecationWarning: You should use the full endpoint: actions/hvac-start.
assert await kamereon.set_vehicle_action(
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:44:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "battery-status")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:59:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "battery-status")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:60:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "charge-mode")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:61:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "charging-settings")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:62:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-history")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:63:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-sessions")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/kamereon/test_kamereon_vehicle_contract.py:64:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_renault_vehicle.py:99:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("battery-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_renault_vehicle.py:100:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("hvac-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_renault_vehicle.py:101:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("charge-mode")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_renault_vehicle.py:110:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("battery-status")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/cli/test_main.py::test_main_succeeds - AssertionError: SystemExi...
=========== 1 failed, 260 passed, 30 skipped, 116 warnings in 1.83s ============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest tests
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207:
PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture
caching scope. Future versions of pytest-asyncio will default the loop scope
for asynchronous fixtures to function scope. Set the default fixture loop scope
explicitly in order to avoid unexpected behavior in the future. Valid fixture
loop scopes are: "function", "class", "module", "package", "session"
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, typeguard-4.4.1
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collected 291 items
tests/cli/test_account.py ... [ 1%]
tests/cli/test_client.py .... [ 2%]
tests/cli/test_main.py F... [ 3%]
tests/cli/test_session.py ..... [ 5%]
tests/cli/test_vehicle.py .................... [ 12%]
tests/cli/test_vehicle_charge.py ............... [ 17%]
tests/cli/test_vehicle_hvac.py ...... [ 19%]
tests/gigya/test_gigya.py .... [ 20%]
tests/gigya/test_gigya_error.py ...... [ 23%]
tests/gigya/test_gigya_models.py ...... [ 25%]
tests/kamereon/test_kamereon.py ..... [ 26%]
tests/kamereon/test_kamereon_error.py ..................... [ 34%]
tests/kamereon/test_kamereon_person.py . [ 34%]
tests/kamereon/test_kamereon_vehicle_action.py .......... [ 37%]
tests/kamereon/test_kamereon_vehicle_contract.py .... [ 39%]
tests/kamereon/test_kamereon_vehicle_data.py ........................... [ 48%]
................... [ 54%]
tests/kamereon/test_kamereon_vehicle_details.py .. [ 55%]
tests/kamereon/test_kamereon_vehicle_gateway.py ..... [ 57%]
tests/kamereon/test_kamereon_vehicles.py ........... [ 61%]
tests/test_api_keys.py ..............................sssssssssssssssssss [ 78%]
sssssssssss. [ 82%]
tests/test_credential.py .. [ 82%]
tests/test_credential_store.py ....... [ 85%]
tests/test_renault_account.py .... [ 86%]
tests/test_renault_client.py .... [ 87%]
tests/test_renault_session.py ........ [ 90%]
tests/test_renault_vehicle.py ........................... [100%]
=================================== FAILURES ===================================
______________________________ test_main_succeeds ______________________________
cli_runner = <click.testing.CliRunner object at 0x7f847f747570>
def test_main_succeeds(cli_runner: CliRunner) -> None:
"""It exits with a status code of zero."""
result = cli_runner.invoke(__main__.main)
> assert result.exit_code == 0, result.exception
E AssertionError: SystemExit(2)
E assert 2 == 0
E + where 2 = <Result SystemExit(2)>.exit_code
tests/cli/test_main.py:46: AssertionError
=============================== warnings summary ===============================
tests/cli/test_account.py: 3 warnings
tests/cli/test_client.py: 2 warnings
tests/cli/test_vehicle.py: 20 warnings
tests/cli/test_vehicle_charge.py: 15 warnings
tests/cli/test_vehicle_hvac.py: 6 warnings
tests/gigya/test_gigya.py: 1 warning
tests/kamereon/test_kamereon.py: 5 warnings
tests/test_credential.py: 1 warning
tests/test_credential_store.py: 3 warnings
tests/test_renault_account.py: 5 warnings
tests/test_renault_client.py: 5 warnings
tests/test_renault_session.py: 2 warnings
tests/test_renault_vehicle.py: 28 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/fixtures.py:41:
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).
payload={"exp": datetime.datetime.utcnow() + timedelta},
tests/cli/test_account.py::test_list_vehicles_prompt
tests/cli/test_client.py::test_login_prompt
tests/cli/test_client.py::test_list_accounts_prompt
tests/cli/test_vehicle.py::test_vehicle_status_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/renault_api/cli/renault_client.py:34:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_account.py::test_list_vehicles_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/cli/test_account.py:55:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_client.py::test_login_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/cli/test_client.py:37:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_client.py::test_list_accounts_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/cli/test_client.py:76:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_vehicle.py::test_vehicle_status_prompt
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/cli/test_vehicle.py:268:
DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for
removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
default_locale = getdefaultlocale()[0]
tests/cli/test_vehicle_charge.py: 12 warnings
tests/cli/test_vehicle_hvac.py: 7 warnings
/usr/lib/python3/dist-packages/dateparser/utils/strptime.py:94:
DeprecationWarning: Parsing dates involving a day of month without a year
specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See https://github.com/python/cpython/issues/70647.
obj = datetime(*__strptime(date_string, format)[:-3])
tests/kamereon/test_kamereon.py::test_set_vehicle_action
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon.py:107:
DeprecationWarning: You should use the full endpoint: actions/hvac-start.
assert await kamereon.set_vehicle_action(
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:44:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "battery-status")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:59:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "battery-status")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:60:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "charge-mode")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:61:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "charging-settings")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:62:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-history")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:63:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-sessions")
tests/kamereon/test_kamereon_vehicle_contract.py::test_has_required_contract_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/kamereon/test_kamereon_vehicle_contract.py:64:
DeprecationWarning: This method is deprecated.
assert has_required_contracts(response.contractList, "hvac-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_renault_vehicle.py:99:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("battery-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_renault_vehicle.py:100:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("hvac-status")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_1
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_renault_vehicle.py:101:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("charge-mode")
tests/test_renault_vehicle.py::test_has_contract_for_endpoint_2
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_renault_vehicle.py:110:
DeprecationWarning: This method is deprecated.
assert await vehicle.has_contract_for_endpoint("battery-status")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/cli/test_main.py::test_main_succeeds - AssertionError: SystemExi...
=========== 1 failed, 260 passed, 30 skipped, 135 warnings in 1.79s ============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
3.13" returned exit code 13
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202502/
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:python-renault-api, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-renault-api
Source-Version: 0.2.9-2
Done: Edward Betts <edw...@4angle.com>
We believe that the bug you reported is fixed in the latest version of
python-renault-api, 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 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Edward Betts <edw...@4angle.com> (supplier of updated python-renault-api
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 22 Feb 2025 14:30:43 -0500
Source: python-renault-api
Architecture: source
Version: 0.2.9-2
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Edward Betts <edw...@4angle.com>
Closes: 1098609
Changes:
python-renault-api (0.2.9-2) unstable; urgency=medium
.
* Patch test to work with latest version of click library.
(Closes: #1098609)
* Update Standards-Version.
Checksums-Sha1:
09996ad9d3c41665dbc7dd64b963984b01a87e5e 2754 python-renault-api_0.2.9-2.dsc
3fdb372808eda823d9c3ac57d776a956db9e3e86 2984
python-renault-api_0.2.9-2.debian.tar.xz
79afaf546a0648b225e62a5734a2bee2adb96136 8304
python-renault-api_0.2.9-2_source.buildinfo
Checksums-Sha256:
1570709af35f85c273293ec12ce10f76b5f9fdea6f01f81a8224ceb4b5aa61d8 2754
python-renault-api_0.2.9-2.dsc
a1671b20e56916235955bc46ce1589724fdd8bd0245dd67ae8514c350530d118 2984
python-renault-api_0.2.9-2.debian.tar.xz
b779d3eab0adc722b65db074cd4bef23f1514910d24909f0ddc45b5ac31d800d 8304
python-renault-api_0.2.9-2_source.buildinfo
Files:
fde3fc8593ffe36f253a1feb1ab71f09 2754 python optional
python-renault-api_0.2.9-2.dsc
c0b444f3ee6176980f2770834aa3fe65 2984 python optional
python-renault-api_0.2.9-2.debian.tar.xz
ac8e37ec1b6802ee19349e8833a229e2 8304 python optional
python-renault-api_0.2.9-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAme6LIoACgkQlgWhCYxj
uSrOGRAAlCK2BSEk/vyiInhvNWrw1dpeKBtNrcDcbQse3YeKHCcZl9jq+zA6ktCu
3BrDzohNCTwnNz2wnn1aIC2+CnLIVhyCIkuQjCS2obLygKaU1zWHiPPiWN672FrR
KchbblFqMdYorQXMZJ9Dh9Ht+lAPwy/K18bwv5S6o8bTjcyFXbpBbUbkUMWetXWg
XaFbwgJxhLagK105LHJ/RKOgutq2g1E6MGTOqXStUybHHEMbJ7iOytAbjxZR0igt
SXy08IKo9+6o5iou4XKMiMkb9zo8Fh98UZduattt4BMOtLZ+O1dLG4uWJ3B2vJtW
nA5KThBUQ4OjjJLh2T/O6mxJ4IYfls7UjzwGLfnQmPnrf5AZO9tprKsWvWwZJkmZ
OUPry/E/xquXjra45emnoTf3FzuXbpzX7XimE7IuWB6csESZLSJ6mNZggdev3a7/
9a8b05pa61+QMzGyiXJNUeMVKrUoBDm0WfbXgrxSqdy33l+ZFo6i6f/GZJ3jTPjS
LbcOfrkAq5KSruwsKPqiMspumTir5HxcrRwGviAg26hJOFVfR65ni8xVzE+a7oQX
y1KDGAY5OKCZM0I+n6Vh7zq7/GWGXGT+eLDeCNMGgH2rBDFGpxygUkClsiOaSH3J
eh4/eo9FiTHjYUX4W8zdcKLYpltWQQZQQxP7jGjdvwNBjiK9jaI=
=vD4M
-----END PGP SIGNATURE-----
pgpmHI80jMHlm.pgp
Description: PGP signature
--- End Message ---