pythongssapi / python-gssapi

A Python interface to RFC 2743/2744 (plus common extensions)
ISC License
103 stars 45 forks source link

Add basic import with assertions check #328

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago

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: https://github.com/pythongssapi/python-gssapi/issues/327