summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-utils
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-20 13:31:14 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-20 13:31:14 +0100
commit1623c8371c48a50ff8a4adeace47fe3e1a7c1117 (patch)
treedc17c002272a2536cceb4cf6cb47f122cb1d50f2 /pkgs/development/python-modules/python-utils
parentb4d9aaabda21957cb6cbe263e99ac43496e25873 (diff)
buildPythonPackage: rename nix_run_setup.py to nix_run_setup
If the extension is .py it tends to be picked up by tools, breaking for example tests.
Diffstat (limited to 'pkgs/development/python-modules/python-utils')
-rw-r--r--pkgs/development/python-modules/python-utils/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix
index a7826758af05..654b851b6635 100644
--- a/pkgs/development/python-modules/python-utils/default.nix
+++ b/pkgs/development/python-modules/python-utils/default.nix
@@ -23,7 +23,6 @@ buildPythonPackage rec {
doCheck = false;
checkPhase = ''
- rm nix_run_setup.py
py.test
'';