diff options
Diffstat (limited to 'pkgs/development/python-modules/pythonix')
| -rw-r--r-- | pkgs/development/python-modules/pythonix/default.nix | 4 |
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. |
