mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
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_testing
|
||||
, six
|
||||
, subunit
|
||||
}:
|
||||
|
||||
|
||||
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
||||
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; {
|
||||
description = "A flexible test runner with layer support";
|
||||
|
Loading…
Reference in New Issue
Block a user