pythonPackages: fix native / check inputs

This commit is contained in:
Frederik Rietdijk
2019-01-05 11:54:27 +01:00
committed by Frederik Rietdijk
parent 15396247ca
commit 5a3670b83c
34 changed files with 77 additions and 59 deletions

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
sha256 = "8a21885513e6d915fe33a8ee5fdfa675433b61405ba13e2a69e62ee36828d7e2";
};
buildInputs = [ nose ];
checkInputs = [ nose ];
checkPhase = ''
nosetests -v