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

Fix tests to run wth current setups #229

Merged
merged 5 commits into from
Nov 13, 2020

Commits on Nov 11, 2020

  1. Fix Cython warning about inline converter declarations

    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    718e194 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Drop test dependency on should_be

    Fixes: pythongssapi#215
    Merges: pythongssapi#219
    
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    
    [rharwood@redhat.com: bugfixes, rebase around six changes, not abusing
    Python equating empty and False, misc additional test cleanups, commit
    message]
    stanislavlevin authored and frozencemetery committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    743af8e View commit details
    Browse the repository at this point in the history
  2. Fix S4U tests

    These tests relied on rickety behavior and caching.  Redo them to
    actually test impersonation.  Fixes problems with krb5 >= 1.18.2.
    
    Resolves: pythongssapi#220
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    842017b View commit details
    Browse the repository at this point in the history
  3. Upgrade CI Fedora version to latest

    This reverts 274886c.
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4b4d096 View commit details
    Browse the repository at this point in the history
  4. Fix setting hostname in container in CI

    Our venerable hack of setting the hostname on the host doesn't seem to
    work on newer Fedora.
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    93ce057 View commit details
    Browse the repository at this point in the history