Skip to content

SG-31340 Deprecation of Python 2 - #295

Merged
minna-feng merged 8 commits into
masterfrom
SG-31340-deprecation-py2
Aug 17, 2023
Merged

SG-31340 Deprecation of Python 2#295
minna-feng merged 8 commits into
masterfrom
SG-31340-deprecation-py2

Conversation

@minna-feng

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

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:

Comment threadtests/test_mockgun.py

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice!

Comment threadtests/test_api.py
if result['id'] == expected_id:
return True
return False
return any(result['id'] == expected_id for result in results)

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

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

@NorberMVNorberMV left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, Nice job!

@NorberMVNorberMV left a comment

Copy link
Copy Markdown
Contributor

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 masterAug 17, 2023
@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
@mathboumathbou mentioned this pull request Aug 21, 2023
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 freeto 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

@minna-feng@carlos-villavicencio-adsk@NorberMV