expat: add python3Packages.xmltodict to passthru.tests

as it has revealed compatibility issues in the past
This commit is contained in:
Robert Scott 2022-03-06 00:12:20 +00:00
parent 3cef6effe9
commit d88dc978f6

View File

@ -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;