expat: add python3Packages.xmltodict to passthru.tests

as it has revealed compatibility issues in the past
main
Robert Scott 2 years ago
parent 3cef6effe9
commit d88dc978f6
  1. 1
      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;

Loading…
Cancel
Save