Commit 8c56edca authored by Florian Klink's avatar Florian Klink
Browse files

python3Packages.pystemd: fix build

Regressed in cdf2296c, which landed in
https://github.com/NixOS/nixpkgs/pull/482364.
Fixes #496811.
parent e0239fe7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" ];