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
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, six
|
, six
|
||||||
, zope_testing
|
, zope_testing
|
||||||
}:
|
}:
|
||||||
@ -8,6 +9,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "manuel";
|
pname = "manuel";
|
||||||
version = "1.10.1";
|
version = "1.10.1";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user