From d88dc978f65b99b9cf44f851f773803631a47678 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sun, 6 Mar 2022 00:12:20 +0000 Subject: [PATCH] expat: add python3Packages.xmltodict to passthru.tests as it has revealed compatibility issues in the past --- pkgs/development/libraries/expat/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/expat/default.nix b/pkgs/development/libraries/expat/default.nix index 83038918e3a2..a05f3b71fb46 100644 --- a/pkgs/development/libraries/expat/default.nix +++ b/pkgs/development/libraries/expat/default.nix @@ -45,6 +45,7 @@ stdenv.mkDerivation rec { passthru.tests = { inherit python3; + inherit (python3.pkgs) xmltodict; inherit (haskellPackages) hexpat; inherit (perlPackages) XMLSAXExpat XMLParser; inherit (luaPackages) luaexpat;