summary refs log tree commit diff
path: root/pkgs/development/python-modules/thespian/default.nix
diff options
context:
space:
mode:
authorKevin Quick <quick@sparq.org>2017-11-22 21:23:43 -0800
committerKevin Quick <kquick@galois.com>2017-11-22 21:23:43 -0800
commit2233ae6a9977f01095ad6944ecc1e0b6319842c4 (patch)
tree93690b503fadb5edaf94d178aa61aa7565e93870 /pkgs/development/python-modules/thespian/default.nix
parenta9a86e04c46a48675d2cd8cc9d28a17a17de75b8 (diff)
downloadnixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar.gz
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar.bz2
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar.lz
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar.xz
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.tar.zst
nixlib-2233ae6a9977f01095ad6944ecc1e0b6319842c4.zip
Removed extraneous comment; updated note reg testing use of network.
Diffstat (limited to 'pkgs/development/python-modules/thespian/default.nix')
-rw-r--r--pkgs/development/python-modules/thespian/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/thespian/default.nix b/pkgs/development/python-modules/thespian/default.nix
index e35861206c53..7a6ff3cc53d1 100644
--- a/pkgs/development/python-modules/thespian/default.nix
+++ b/pkgs/development/python-modules/thespian/default.nix
@@ -9,13 +9,12 @@ buildPythonPackage rec {
     inherit pname version;
     extension = "zip";
     sha256 = "0vvwsh3waxd5ldrayr86kdcshv07bp361fl7p16g9i044vklwly4";
-    # fdbbea4edb6bad0ac0e53fc7bc6970e78e12eef4944aa4146bcdcb573201676c";
   };
 
   # Do not run the test suite: it takes a long type and uses
-  # significant system resources.  Thespian tests are performed via
-  # it's Travis CI configuration and do not need to be duplicated
-  # here.
+  # significant system resources, including requiring localhost
+  # network operations.  Thespian tests are performed via it's Travis
+  # CI configuration and do not need to be duplicated here.
   doCheck = false;
 
   meta = with lib; {