-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.zope_schema fails to build on current master #20791
Comments
This reverts commit d83d2ba. Workaround for NixOS#20791
cc maintainer @cillianderoiste |
I've disabled the tests for now in 7d44426. |
zope_configuration fails as well now. It seems to be a namespace package. |
It is a setuptools issue as can be read in pypa/setuptools#870. The issue hasn't been properly fixed yet. |
zope_scheme is fixed in current nixpkgs-unstable. |
Issue description
Test fails
Steps to reproduce
nix-build '<nixpkgs>' --option build-use-chroot true -A python3Packages.zope_schema
After a quick git bisect the issue appears with the following commit: d83d2ba ( @FRidh )
Technical details
The text was updated successfully, but these errors were encountered: