jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Fix old gssapi version incompatibilities #46

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

The gssapi extra requirement is set to >= 1.5.0 for compatibility with what RHEL 8 ships with. This should be bumped when RHEL 8 compat is no longer desired.

Fixes: https://github.com/jborean93/pyspnego/issues/43

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (e25eadf) into main (0d0f6a0) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          30       30           
  Lines        4342     4344    +2     
=======================================
+ Hits         4341     4343    +2     
  Misses          1        1           
Flag Coverage Δ
macOS 93.34% <85.71%> (+<0.01%) :arrow_up:
py3.10 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.11-dev 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.6 99.97% <100.00%> (+<0.01%) :arrow_up:
py3.7 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.8 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.9 99.95% <100.00%> (+<0.01%) :arrow_up:
ubuntu 95.82% <100.00%> (+<0.01%) :arrow_up:
windows 94.26% <14.28%> (-0.03%) :arrow_down:
x64 99.97% <100.00%> (+<0.01%) :arrow_up:
x86 94.24% <14.28%> (-0.03%) :arrow_down:

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

Impacted Files Coverage Δ
src/spnego/_gss.py 99.68% <100.00%> (+<0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.