python: add pythonRemoveTestsDirHook

This will automatically remove a top-level "tests"
directory from being installed.
This commit is contained in:
Jonathan Ringer
2020-03-02 09:37:05 -08:00
committed by Frederik Rietdijk
parent fe898d5f76
commit 3973a3c79c
4 changed files with 26 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
, pythonCatchConflictsHook
, pythonImportsCheckHook
, pythonRemoveBinBytecodeHook
, pythonRemoveTestsDirHook
, setuptoolsBuildHook
, setuptoolsCheckHook
, wheelUnpackHook
@@ -108,6 +109,7 @@ let
python
wrapPython
ensureNewerSourcesForZipFilesHook # move to wheel installer (pip) or builder (setuptools, flit, ...)?
pythonRemoveTestsDirHook
] ++ lib.optionals catchConflicts [
setuptools pythonCatchConflictsHook
] ++ lib.optionals removeBinBytecode [