1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/interpreters/python/cpython/3.6
Maximilian Güntner 94351197cd cpython: include test.support and test.regrtest
test.{support, regrtest} are the internal packages cpython
developers use to write tests.
Although they are not public and the API may change/break
some developers use these packages to write tests for their
(3rd party) software.
The derivations for cpython now only remove the actual tests
but leave the packages in place that are used to write them.

Discussion: https://github.com/NixOS/nixpkgs/pull/28540
2017-08-28 09:49:08 +02:00
..
default.nix cpython: include test.support and test.regrtest 2017-08-28 09:49:08 +02:00
no-ldconfig.patch python 3.4, 3.5, 3.6: Don't use ldconfig and speed up uuid load, fixes #28349 2017-08-28 09:42:59 +02:00