summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/hooks/python-remove-tests-dir-hook.sh
AgeCommit message (Collapse)Author
2024-11-05pythonRemoveTestDirHook: lint with ShellCheckYueh-Shun Li
2021-06-21python: pythonRemoveTestsDirHook removes /testDrew Risinger
Some packages have their tests installed at ./test, not just ./tests. This covers that use case by removing both.
2020-03-03python: add pythonRemoveTestsDirHookJonathan Ringer
This will automatically remove a top-level "tests" directory from being installed.