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 uptests: Drop dependency on python-should_be #219
Conversation
|
Awesome, thanks. Are you okay to address the flake errors? And can you add a commit to revert the changes in 274886c so that we actually test it on 3.8? (Let me know if you're not up for doing that and I'll take care of it.) |
Migrate should_be assertions to unittest(stdlib) ones. This requires Python3.2+. Fixes: #215 Signed-off-by: Stanislav Levin <slev@altlinux.org>
b0b8057
to
47c74c1
This reverts commit 274886c to run CI against Python3.8. Signed-off-by: Stanislav Levin <slev@altlinux.org>
47c74c1
to
1e7dee0
|
This morning github experienced availability problems. |
|
Fails are related to MIT krb5 1.18.2: |
Migrate should_be assertions to unittest(stdlib) ones.
This requires Python3.2+.
Fixes: #215