9 buildPythonPackage rec {
12 # incompatible, https://github.com/DirectXMan12/should_be/issues/4
13 disabled = pythonAtLeast "3.8";
16 inherit pname version;
17 sha256 = "16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj";
20 checkInputs = [ nose ];
21 propagatedBuildInputs = [ forbiddenfruit ];
24 description = "Python Assertion Helpers inspired by Shouldly";
25 homepage = "https://pypi.python.org/pypi/shouldbe/";
26 license = licenses.mit;