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

Fixes issue #6: Broken test_sortkeys() plus other updates. #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dol-sen
Copy link

@dol-sen dol-sen commented Jul 20, 2020

Fixes broken test_sortkeys() issue #6
Adds cbor/tests to packages for proper installation testing.
Adds python 3.6, 3.7, 3.8 to setup.py (tested, passing)
Replaces deprecated logger.warn() calls

dol-sen added 4 commits July 19, 2020 16:30
Newer python dictionaries are keeping the order the keys were added in.
As a result since both lists were pre-sorted and identicle so the later
test failed to find any expected differences causing the failure.
This change introduces 3 entries that are out of sorted order for both
the obytes and xbytes lists.  This ensures a valid test of sorting.
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Aug 29, 2022
Also backports a fix for tests [1]

See: https://wiki.archlinux.org/index.php?title=Python_package_guidelines&type=revision&diff=743435&oldid=742361
See: pypa/distutils#133

[1] brianolson/cbor_py#19



git-svn-id: file:///srv/repos/svn-community/svn@1285262 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Aug 29, 2022
Also backports a fix for tests [1]

See: https://wiki.archlinux.org/index.php?title=Python_package_guidelines&type=revision&diff=743435&oldid=742361
See: pypa/distutils#133

[1] brianolson/cbor_py#19

git-svn-id: file:///srv/repos/svn-community/svn@1285262 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant