pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release

This commit is contained in:
adisbladis 2017-08-09 12:18:44 +08:00 committed by Frederik Rietdijk
parent fd6e51d550
commit 9c5f6f9528

View File

@ -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";