summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-27 01:37:42 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-27 01:37:43 +0200
commit60461dee1c55c6305c98dad517db6b5d5444ad2d (patch)
tree1440633873f5847272133104eb57a18ec5dfbc54
parent2af37733427eef86faf6c3c18126b06ac510f5be (diff)
downloadnixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar.gz
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar.bz2
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar.lz
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar.xz
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.tar.zst
nixlib-60461dee1c55c6305c98dad517db6b5d5444ad2d.zip
python-packages: pyramid_tm: re-enable checks
Tested on x86_64-linux.

If tests still fail elsewhere, disable them (per platform?) with a
more descriptive and up-to-date comment.
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 641616352f8b..f086aef1a6f7 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -3897,9 +3897,6 @@ let
       md5 = "89a293488093d6c30036345fa46184d2";
     };
 
-    # tests are failing in version 0.7 but are fixed in trunk
-    doCheck = false;
-
     propagatedBuildInputs = with self; [ transaction pyramid ];
     meta = {
       maintainers = with maintainers; [ garbas iElectric matejc ];