pythonPackages.scripttest: Disable tests

Tests are not included. Nose is also not required.
This commit is contained in:
Frederik Rietdijk 2016-01-22 16:15:27 +01:00
parent 1ae037ee28
commit 6c8ebec7db

View File

@ -18109,7 +18109,10 @@ in modules // {
md5 = "1d1c5117ccfc7b5961cae6c1020c0848"; md5 = "1d1c5117ccfc7b5961cae6c1020c0848";
}; };
buildInputs = with self; [ nose pytest ]; buildInputs = with self; [ pytest ];
# Tests are not included. See https://github.com/pypa/scripttest/issues/11
doCheck = false;
meta = { meta = {
description = "A library for testing interactive command-line applications"; description = "A library for testing interactive command-line applications";