From 8c56edca9dad1ba18c4dff0971ad9780b9632c9b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 5 Mar 2026 10:55:09 +0200 Subject: [PATCH] python3Packages.pystemd: fix build Regressed in cdf2296ce4e8c576b4a715d2c267af3700d6308c, which landed in https://github.com/NixOS/nixpkgs/pull/482364. Fixes #496811. --- pkgs/development/python-modules/pystemd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pystemd/default.nix b/pkgs/development/python-modules/pystemd/default.nix index b193fb80a5f0..210132ca92ca 100644 --- a/pkgs/development/python-modules/pystemd/default.nix +++ b/pkgs/development/python-modules/pystemd/default.nix @@ -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" ];