Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#80193 - [python-awesomeversion] Lack checkdependency FTBFS
Attached to Project:
Arch Linux
Opened by Qontinuum (qontinuum) - Wednesday, 08 November 2023, 08:04 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 14 November 2023, 19:20 GMT
Opened by Qontinuum (qontinuum) - Wednesday, 08 November 2023, 08:04 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 14 November 2023, 19:20 GMT
|
DetailsHello,
python-awesomeversion lacks pytest_snapshot[1] as a check dependency. [1]: https://github.com/joseph-roitman/pytest-snapshot ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.3, pluggy-1.3.0 rootdir: /build/python-awesomeversion/src/awesomeversion-23.11.0 collected 181 items / 1 error ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_snapshots.py ___________________ ImportError while importing test module '/build/python-awesomeversion/src/awesomeversion-23.11.0/tests/test_snapshots.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_snapshots.py:5: in <module> from pytest_snapshot.plugin import Snapshot # type: ignore E ModuleNotFoundError: No module named 'pytest_snapshot' =========================== short test summary info ============================ ERROR tests/test_snapshots.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.36s =============================== |
This task depends upon
Closed by Toolybird (Toolybird)
Tuesday, 14 November 2023, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: python-awesomeversion-23.11.0-2
Tuesday, 14 November 2023, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: python-awesomeversion-23.11.0-2
FS#80195merged here