Removed extraneous comment; updated note reg testing use of network.
This commit is contained in:
parent
a9a86e04c4
commit
2233ae6a99
@ -9,13 +9,12 @@ buildPythonPackage rec {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "0vvwsh3waxd5ldrayr86kdcshv07bp361fl7p16g9i044vklwly4";
|
sha256 = "0vvwsh3waxd5ldrayr86kdcshv07bp361fl7p16g9i044vklwly4";
|
||||||
# fdbbea4edb6bad0ac0e53fc7bc6970e78e12eef4944aa4146bcdcb573201676c";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Do not run the test suite: it takes a long type and uses
|
# Do not run the test suite: it takes a long type and uses
|
||||||
# significant system resources. Thespian tests are performed via
|
# significant system resources, including requiring localhost
|
||||||
# it's Travis CI configuration and do not need to be duplicated
|
# network operations. Thespian tests are performed via it's Travis
|
||||||
# here.
|
# CI configuration and do not need to be duplicated here.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user