pythonPackages.zope_schema: disable tests
See https://github.com/NixOS/nixpkgs/issues/20791
This commit is contained in:
parent
df70ef17a3
commit
7d44426ccd
@ -27107,6 +27107,11 @@ in {
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [ zope_location zope_event zope_interface zope_testing ] ++ optional isPy26 ordereddict;
|
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 = {
|
meta = {
|
||||||
maintainers = with maintainers; [ goibhniu ];
|
maintainers = with maintainers; [ goibhniu ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user