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

Add basic import with assertions check #328

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

jborean93
Copy link
Contributor

This PR is designed to do basic tests with a Python build with --with-assertions. It also caps the Cython version to less than 3 until it fixes the issue causing the referenced issue.

Fixes: #327

Cython 3 generates code which fails on Python that was built with
assertions enabled. This commit adds the upper bound version until this
issue has been fixed.

CI has been updated to test out this specific scenario.

Signed-off-by: Jordan Borean <jborean93@gmail.com>
@jborean93 jborean93 marked this pull request as ready for review August 29, 2023 23:40
@jborean93 jborean93 merged commit 5c316ec into pythongssapi:main Sep 12, 2023
44 checks passed
@jborean93 jborean93 deleted the ci-with-assertions branch September 12, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant