15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-W+W7wfD6D4tgrKbO7AeEXUHQxHXPRFv6200sRew5fqM=";
30 pythonRemoveDeps = [ "fixtures" ];
32 propagatedBuildInputs = lib.optionals (pythonAtLeast "3.12") [ setuptools ];
34 # testscenarios has a circular dependency on testtools
38 description = "Set of extensions to the Python standard library's unit testing framework";
39 homepage = "https://pypi.python.org/pypi/testtools";
40 license = lib.licenses.mit;