pythonPackages.zope_schema: disable tests
See https://github.com/NixOS/nixpkgs/issues/20791
This commit is contained in:
parent
df70ef17a3
commit
7d44426ccd
1 changed files with 5 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue