Don't use shadow.info#66
Conversation
It relies on Python's spwd module which has been removed in Python 3.13. Call `getent shadow` instead. QubesOS/qubes-issues#9402
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024082316-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024070519-4.3&flavor=update
Failed tests120 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/105374#dependencies 8 fixed
Unstable testsDetails
|
|
Upstream issue: For later revisiting on the fix they apply for a better module rather than the cmd one. |
|
Wrong link? |
|
Yes, wrong link... Here is the correct one: |
It relies on Python's spwd module which has been removed in Python 3.13.
Call
getent shadowinstead.QubesOS/qubes-issues#9402