Python: introduce tests for interpreters
This adds tests to the passthru of all Python interpreters.
This commit is contained in:
@@ -44,6 +44,10 @@ with pkgs;
|
||||
pythonAtLeast = lib.versionAtLeast pythonVersion;
|
||||
pythonOlder = lib.versionOlder pythonVersion;
|
||||
inherit hasDistutilsCxxPatch pythonForBuild;
|
||||
|
||||
tests = callPackage ./tests.nix {
|
||||
python = self;
|
||||
};
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user