pythonPackages.manuel: disable for python2

zope_testing will no longer correctly collect the tests
wip/yesman
Jonathan Ringer 5 years ago committed by Frederik Rietdijk
parent 4b5e0831e1
commit ad0b21e0b1
  1. 2
      pkgs/development/python-modules/manuel/default.nix

@ -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…
Cancel
Save