pythonPackages: fix native / check inputs

This commit is contained in:
Frederik Rietdijk
2019-01-15 10:16:12 +01:00
committed by Frederik Rietdijk
parent 15396247ca
commit 5a3670b83c
34 changed files with 77 additions and 59 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "03db49188f4v1946c8mqqj30ah10x68hbg3a58js0syai32v12pm";
};
buildInputs = with python3Packages; [ nose pytest ];
checkInputs = with python3Packages; [ nose pytest ];
checkPhase = ''
py.test .