From c9a75318eabcaf3c0c280690d20a52617d75d50f Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Thu, 16 May 2019 13:47:03 -0500 Subject: [PATCH] nrm pytest commenting --- pkgs/default.nix | 2 +- pkgs/nrm/default.nix | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index e08f8c9..4153257 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -84,7 +84,7 @@ let #}; #}); - nrm-pytest = nrm.overrideAttrs (old:{checkPhase="py.test --deselect=test/test_messaging.py";}); + #nrm-pytest = nrm.overrideAttrs (old:{buildInputs = old.buildInputs++[nrm]; doCheck=true;checkPhase="py.test --deselect=test/test_messaging.py";}); aml-check = aml.overrideAttrs (old:{ doCheck = true; diff --git a/pkgs/nrm/default.nix b/pkgs/nrm/default.nix index 3601a4a..bef197c 100644 --- a/pkgs/nrm/default.nix +++ b/pkgs/nrm/default.nix @@ -14,5 +14,10 @@ pythonPackages.buildPythonPackage { pythonPackages.warlock containers ]; - checkInputs = [ pythonPackages.pytest ]; + + #checkInputs = [ pythonPackages.pytest ]; + + #checkPhase = '' + #py.test $out + #''; } -- 2.26.2