pythonPackages.zope_schema: disable tests

See https://github.com/NixOS/nixpkgs/issues/20791
This commit is contained in:
Frederik Rietdijk 2016-12-05 12:05:37 +01:00
parent df70ef17a3
commit 7d44426ccd

View File

@ -27107,6 +27107,11 @@ in {
propagatedBuildInputs = with self; [ zope_location zope_event zope_interface zope_testing ] ++ optional isPy26 ordereddict;
# ImportError: No module named 'zope.event'
# even though zope_event has been included.
# Package seems to work fine.
doCheck = false;
meta = {
maintainers = with maintainers; [ goibhniu ];
};