pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release
This commit is contained in:
parent
fd6e51d550
commit
9c5f6f9528
@ -6,7 +6,6 @@
|
|||||||
, zope_exceptions
|
, zope_exceptions
|
||||||
, zope_testing
|
, zope_testing
|
||||||
, six
|
, six
|
||||||
, subunit
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
||||||
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
extension = "zip";
|
extension = "zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ] ++ stdenv.lib.optional (!isPy3k) subunit;
|
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A flexible test runner with layer support";
|
description = "A flexible test runner with layer support";
|
||||||
|
Loading…
Reference in New Issue
Block a user