-
Notifications
You must be signed in to change notification settings - Fork 139
Replace unittest2 with unittest #420
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unittest2 is not neccessary in python3
… 2.7). Also, bump the required version of six to 1.14.0 (for assertNotRegex). Fixes #340.
Merged
- Fix tests so that tests containing py3 syntax are skipped when running on py2 - Update CI matrix, get CI passing on full matrix
waltjones
approved these changes
Feb 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
Description of the change
Builds on #419
Type of change
Related issues
#340, #419
Checklists
Development
Code review