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

Migrate SSPI to external library #69

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Migrate SSPI to external library #69

merged 1 commit into from
Sep 26, 2023

Conversation

jborean93
Copy link
Owner

This commit adds a new dependency for Windows that includes the sspi bindings. This removes the extra Cython build step for Windows allowing it to be shipped as a pure wheel and simplifying our build steps. It also solves the problem with Cython 3 that our original Cython code was incompatible with. Finally it removes extra code allowing it to be tested in a more self contained library.

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2794c49) 99.96% compared to head (e7d13bf) 99.96%.

❗ Current head e7d13bf differs from pull request most recent head 6fc56e0. Consider uploading reports for the commit 6fc56e0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files          31       30       -1     
  Lines        5387     5357      -30     
==========================================
- Hits         5385     5355      -30     
  Misses          2        2              
Flag Coverage Δ
99.96% <100.00%> (-0.01%) ⬇️
py3.10 99.92% <100.00%> (-0.01%) ⬇️
py3.11 99.92% <100.00%> (-0.01%) ⬇️
py3.12.0-rc.1 99.92% <100.00%> (-0.01%) ⬇️
py3.7 ?
py3.8 99.92% <100.00%> (-0.01%) ⬇️
py3.9 99.96% <100.00%> (-0.01%) ⬇️
x64 99.96% <100.00%> (-0.01%) ⬇️
x86 95.83% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/spnego/_sspi.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit adds a new dependency for Windows that includes the sspi
bindings. This removes the extra Cython build step for Windows allowing
it to be shipped as a pure wheel and simplifying our build steps. It
also solves the problem with Cython 3 that our original Cython code was
incompatible with. Finally it removes extra code allowing it to be
tested in a more self contained library.
@jborean93 jborean93 merged commit f202da9 into main Sep 26, 2023
29 checks passed
@jborean93 jborean93 deleted the sspi branch September 26, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant