summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-16 16:28:12 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-18 19:31:01 -0600
commit955fd85829ec9006ee5102dc66fea62f31ddbb28 (patch)
tree0c427314590c8861800ec241de8c1b31ecb71067 /pkgs/development/python-modules/pythonix
parent69d1151bfabc005febf6f5f6a628072602a17f06 (diff)
treewide: remove "ninja test" checkPhase
This is now handled in the ninja setup hook. (cherry picked from commit f5e099754fffc3d2b68c8ba6fc8025f3c921fddc)
Diffstat (limited to 'pkgs/development/python-modules/pythonix')
-rw-r--r--pkgs/development/python-modules/pythonix/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/pythonix/default.nix b/pkgs/development/python-modules/pythonix/default.nix
index fd8012a24d32..f7cecae84979 100644
--- a/pkgs/development/python-modules/pythonix/default.nix
+++ b/pkgs/development/python-modules/pythonix/default.nix
@@ -18,10 +18,6 @@ buildPythonPackage rec {
buildInputs = [ nix boost ];
- checkPhase = ''
- ninja test
- '';
-
meta = with stdenv.lib; {
description = ''
Eval nix code from python.