python3Packages.pystemd: fix build (#496825)

This commit is contained in:
Florian Klink
2026-03-05 11:24:56 +00:00
committed by GitHub
@@ -50,6 +50,7 @@ buildPythonPackage rec {
disabledTestPaths = [
"test_version.py" # Requires cstq which is not in nixpkgs
"test_pickle.py" # fails with "Could not open a bus to DBus"
];
pythonImportsCheck = [ "pystemd" ];