pythonPackages.scripttest: Disable tests
Tests are not included. Nose is also not required.
This commit is contained in:
parent
1ae037ee28
commit
6c8ebec7db
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue