python3Packages.testtools: remove unittest2, unneeded
This commit is contained in:
parent
ff7990087c
commit
76e8c85e65
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pbr python-mimeparse extras unittest2 ];
|
||||
propagatedBuildInputs = [ pbr python-mimeparse extras ];
|
||||
buildInputs = [ traceback2 ];
|
||||
|
||||
# testscenarios has a circular dependency on testtools
|
||||
|
|
Loading…
Reference in a new issue