Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPort away from should_be #215
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 <slev@altlinux.org>
should_be doesn't work with python-3.8 and it's unmaintained, so we need something else before fc31 testing stops being viable.