Python: introduce tests for interpreters

This adds tests to the passthru of all Python interpreters.
This commit is contained in:
Frederik Rietdijk
2020-03-14 09:48:06 +01:00
parent 39aac70d74
commit dbf125d286
3 changed files with 117 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ with pkgs;
pythonAtLeast = lib.versionAtLeast pythonVersion;
pythonOlder = lib.versionOlder pythonVersion;
inherit hasDistutilsCxxPatch pythonForBuild;
tests = callPackage ./tests.nix {
python = self;
};
};
in {