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

SG-31340 Deprecation of Python 2 #295

Merged
merged 8 commits into from
Aug 17, 2023
Merged

Conversation

minna-feng
Copy link
Contributor

No description provided.

Copy link
Contributor

@carlos-villavicencio-adsk carlos-villavicencio-adsk left a 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 :shipit:

@@ -53,28 +53,6 @@
)


# FIXME: This should probably be refactored into a base class for
# all test bases
class TestBaseWithExceptionTests(unittest.TestCase):
Copy link
Contributor

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)
Copy link
Contributor

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!

@carlos-villavicencio-adsk
Copy link
Contributor

Also, would you mind removing the Python 2 badge from the README.md file, please?

Copy link
Contributor

@NorberMV NorberMV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Nice job!

Copy link
Contributor

@NorberMV NorberMV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Good job!

@minna-feng minna-feng merged commit b3f6c5a into master Aug 17, 2023
7 checks passed
@minna-feng minna-feng deleted the SG-31340-deprecation-py2 branch August 17, 2023 15:04
minna-feng added a commit that referenced this pull request Aug 17, 2023
* remove references to py2 and skip tests

* small fix

* revert change

* revert change

* revert change

* revert change

* remove badge

* use assertRaisesRegex
carlos-villavicencio-adsk added a commit that referenced this pull request Aug 28, 2023
* 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 <carlos.villavicencio@autodesk.com>
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.

3 participants