python3Packages.pystemd: fix build

Regressed in cdf2296ce4, which landed in
https://github.com/NixOS/nixpkgs/pull/482364.
Fixes #496811.
This commit is contained in:
Florian Klink
2026-03-05 13:18:53 +02:00
parent e0239fe703
commit 8c56edca9d
@@ -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" ];