summaryrefslogtreecommitdiffstats
path: root/testing/test_providers.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_providers.py')
-rw-r--r--testing/test_providers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/test_providers.py b/testing/test_providers.py
index 676f1a59..be04e7a3 100644
--- a/testing/test_providers.py
+++ b/testing/test_providers.py
@@ -39,6 +39,7 @@ def main():
def get_providers() -> list[type[BaseProvider]]:
provider_names = dir(Provider)
ignore_names = [
+ "annotations",
"base_provider",
"BaseProvider",
"AsyncProvider",