-
Notifications
You must be signed in to change notification settings - Fork 49
Port away from should_be #215
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
Comments
Hi, @frozencemetery. Some time ago I filed the identical issue #130. Since that time I build python-gssapi for my distro without |
Unless I'm missing something, #130 is for something different: our test suite works just fine up through 3.7 as far as I can tell. (Certainly it works on fedora 31, which is python3-3.7.8-1.fc31, so...) I am of course happy to consider pull requests to address this issue :) Please do submit them in the form of pull requests (and not attached .patch files). |
Change should_be assertions to unittest(stdlib) ones. should_be is unmaintained and doesn't work against Python3.8. Fixes: pythongssapi#215
Change should_be assertions to unittest(stdlib) ones. should_be is unmaintained and doesn't work against Python3.8. Fixes: pythongssapi#215
Migrate should_be assertions to unittest(stdlib) ones. This requires Python3.2+. Fixes: pythongssapi#215 Signed-off-by: Stanislav Levin <[email protected]>
Fixes: pythongssapi#215 Merges: pythongssapi#219 Signed-off-by: Stanislav Levin <[email protected]> Signed-off-by: Robbie Harwood <[email protected]> [[email protected]: bugfixes, rebase around six changes, not abusing Python equating empty and False, misc additional test cleanups, commit message]
Fixes: pythongssapi#215 Merges: pythongssapi#219 Signed-off-by: Stanislav Levin <[email protected]> Signed-off-by: Robbie Harwood <[email protected]> [[email protected]: bugfixes, rebase around six changes, not abusing Python equating empty and False, misc additional test cleanups, commit message]
Fixes: pythongssapi#215 Merges: pythongssapi#219 Signed-off-by: Stanislav Levin <[email protected]> Signed-off-by: Robbie Harwood <[email protected]> [[email protected]: bugfixes, rebase around six changes, not abusing Python equating empty and False, misc additional test cleanups, commit message]
Fixes: pythongssapi#215 Merges: pythongssapi#219 Signed-off-by: Stanislav Levin <[email protected]> Signed-off-by: Robbie Harwood <[email protected]> [[email protected]: bugfixes, rebase around six changes, not abusing Python equating empty and False, misc additional test cleanups, commit message]
Fixes: pythongssapi#215 Merges: pythongssapi#219 Signed-off-by: Stanislav Levin <[email protected]> Signed-off-by: Robbie Harwood <[email protected]> [[email protected]: bugfixes, rebase around six changes, not abusing Python equating empty and False, misc additional test cleanups, commit message]
should_be doesn't work with python-3.8 and it's unmaintained, so we need something else before fc31 testing stops being viable.
The text was updated successfully, but these errors were encountered: