Uh oh!
There was an error while loading. Please reload this page.
SG-32061 Python3.7+ Syntax - #297
Conversation
carlos-villavicencio-adsk
commented
Aug 28, 2023
Thank you for that! Do you know why unit tests are failing? It seems they share the same root cause. |
…g // add httplib2 and certifi to requirements
mathbou
commented
Aug 28, 2023
I think I found the reason: CI tests relies on variables given by the |
carlos-villavicencio-adsk
commented
Aug 29, 2023
Amazing! I have one question, since tk-core bundles python-api module, would it be an issue to have dependencies such as certifi not bundled as before? |
mathbou
commented
Aug 29, 2023
Indeed yes, It will not work as is. I made a PR for the |
carlos-villavicencio-adsk
commented
Aug 30, 2023
Thank you for the clarification. If it's possible, can you split this work into two different PRs? We want to address these improvements separately. So ideally the extraction of the bundled dependencies can be reviewed outside of this scope. |
mathbou
commented
Sep 10, 2023
I split this PR in two A rebase will probably be required between the two merge to ensure there are no conflict between them |
Hi there,
I just saw through SG-31340-deprecation-py2 that py2 has officially been deprecated, so I updated the API to embrace a py3.7+ syntax
The biggest changes:
str.format