13 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f";
22 propagatedBuildInputs = [ pbr python-mimeparse extras ];
23 buildInputs = [ traceback2 ];
24 nativeBuildInputs = [ pythonRelaxDepsHook ];
26 # testscenarios has a circular dependency on testtools
28 checkInputs = [ testscenarios ];
30 pythonRemoveDeps = [ "fixtures" ];
33 description = "A set of extensions to the Python standard library's unit testing framework";
34 homepage = "https://pypi.python.org/pypi/testtools";
35 license = lib.licenses.mit;