auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
506 stars 164 forks source link

Fix rest_async and async tests #556

Closed adamjmcgrath closed 9 months ago

adamjmcgrath commented 9 months ago

Changes

Broke rest_sync in #518 and an issue in the async tests meant it didn't get picked up.

References

fixes #555

adamjmcgrath commented 9 months ago

Updated the action to fix 3.7, but "Build and Test / Run (3.7)" uses the action from master (so need to merge it to master to update the action...)

(And 3.10 was canceled because "_3_7" failed.)