auth0-python solve stubtest_allowlist entries (#13827)

This commit is contained in:
Avasam
2025-04-15 08:25:33 -04:00
committed by GitHub
parent 53811d3fca
commit 893eabe4ce
3 changed files with 12 additions and 5 deletions
@@ -1,10 +1,10 @@
# Omit tests
auth0\.test.*
# Omit _async functions because they aren't present in the code
# Omit _async functions because they aren't present at runtime
# The way these stubs are currently implemented is that we pretend all classes have async methods
# Even though in reality, users need to call `auth0.asyncify.asyncify` to generate async subclasses
auth0\..*_async
# Inconsistently implemented, ommitted
auth0.management.Auth0\..*
auth0.rest_async.AsyncRestClient.file_post
auth0.authentication.async_token_verifier.AsyncTokenVerifier.verify
auth0\.management\.Auth0\..*