-
Notifications
You must be signed in to change notification settings - Fork 203
SG-31340 Deprecation of Python 2 #295
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
Conversation
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.
LGTM! Thank you for this
@@ -53,28 +53,6 @@ | |||
) | |||
|
|||
|
|||
# FIXME: This should probably be refactored into a base class for | |||
# all test bases | |||
class TestBaseWithExceptionTests(unittest.TestCase): |
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.
Nice!
if result['id'] == expected_id: | ||
return True | ||
return False | ||
return any(result['id'] == expected_id for result in results) |
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.
Good job on this one!
Also, would you mind removing the Python 2 badge from the README.md file, please? |
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.
LGTM, Nice job!
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.
LGTM, Good job!
* remove references to py2 and skip tests * small fix * revert change * revert change * revert change * revert change * remove badge * use assertRaisesRegex
* update certifi 2023.07.22 * update requirements.txt * SG-31340 Deprecation of Python 2 (#295) * remove references to py2 and skip tests * small fix * revert change * revert change * revert change * revert change * remove badge * use assertRaisesRegex * Empty commit --------- Co-authored-by: Carlos Villavicencio <[email protected]>
No description provided.