python.pkgs.shouldbe: run tests

This commit is contained in:
Robert Schütz 2019-04-05 11:06:50 +02:00
parent daa854dfdb
commit 32e3de360c

View File

@ -14,11 +14,9 @@ buildPythonPackage rec {
sha256 = "16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj";
};
buildInputs = [ nose ];
checkInputs = [ nose ];
propagatedBuildInputs = [ forbiddenfruit ];
doCheck = false; # Segmentation fault on py 3.5
meta = with stdenv.lib; {
description = "Python Assertion Helpers inspired by Shouldly";
homepage = https://pypi.python.org/pypi/shouldbe/;