pythonPackages.manuel: disable for python2
zope_testing will no longer correctly collect the tests
This commit is contained in:
parent
4b5e0831e1
commit
ad0b21e0b1
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, six
|
||||
, zope_testing
|
||||
}:
|
||||
@ -8,6 +9,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "manuel";
|
||||
version = "1.10.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user