Skip to content
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

Disable tests for zope.configuration on Python3.6 #21672

Conversation

berdario
Copy link
Contributor

@berdario berdario commented Jan 5, 2017

Motivation for this change

zopefoundation/zope.configuration#16
pypa/setuptools#912

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@berdario, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

@FRidh
Copy link
Member

FRidh commented Jan 5, 2017

This is related to an issue I opened a while ago. It was only partially solved in setuptools at the time. Am I correct that it was only the tests that failed but the package did actually function?

@@ -27230,6 +27230,8 @@ EOF
sha256 = "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n";
};

doCheck = pythonOlder "3.6";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment here explaining why

@globin
Copy link
Member

globin commented Jan 19, 2017

Fails on 3.5, too.

@berdario
Copy link
Contributor Author

berdario commented Jan 19, 2017 via email

@globin
Copy link
Member

globin commented Jan 19, 2017

@FRidh I think I'm having the same issue while trying to package mailman3 with "nested modules" (e.g. flufl.bounce not found) at runtime, not only when testing.

@johbo
Copy link
Contributor

johbo commented Feb 21, 2017

uups, think I duplicated this one https://github.com/NixOS/nixpkgs/pull/23038/files#diff-2afbba83e1b14f9e0c304c769831a0e2R27596

Problem exists on python3 in general, tried python3.4, 3.5 and 3.6, all showed the issue for zope configuration.

@FRidh
Copy link
Member

FRidh commented Mar 18, 2017

It happens indeed on multiple Python 3.x versions. Because we already disabled tests on Python 3.x I'm closing this.

@FRidh FRidh closed this Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants