Author: eelco
Date: Wed May 11 15:03:11 2011
New Revision: 27230
URL: https://svn.nixos.org/websvn/nix/?rev=27230&sc=1

Log:
* Disable the python-nose check, because it fails with ‘This platform
  lacks a functioning sem_open implementation, therefore, the required
  synchronization primitives needed will not function, see issue
  3770.’  However, our Python does seem to be built with the necessary
  functionality.  (The statement "from _multiprocessing import
  SemLock" doesn't give an exception.)

Modified:
   nixpkgs/trunk/pkgs/top-level/python-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/python-packages.nix    Wed May 11 15:02:53 
2011        (r27229)
+++ nixpkgs/trunk/pkgs/top-level/python-packages.nix    Wed May 11 15:03:11 
2011        (r27230)
@@ -869,6 +869,13 @@
       sha256 = "0qm6q232h5r071gwfkiszkmfqc60k7abl15bk495lcdkk62m91db";
     };
 
+    # Fails with ‘This platform lacks a functioning sem_open
+    # implementation, therefore, the required synchronization
+    # primitives needed will not function, see issue 3770.’ However,
+    # our Python does seem to be built with the necessary
+    # functionality.
+    doCheck = false;
+
     meta = {
       description = "A unittest-based testing framework for python that makes 
writing and running tests easier";
     };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to