Skip to content

Commit

Permalink
unit_test_extras->unit_test_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Nov 6, 2024
1 parent f31d14c commit 38e9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
cov_level=100,
versions=gcp.common.detect_versions(path="./google", default_first=True),
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
unit_test_extras=["flaky"],
unit_test_dependencies=["flaky"],
system_test_python_versions=["3.12"],
system_test_external_dependencies=["psutil","flaky"],
)
Expand Down

0 comments on commit 38e9e98

Please sign in to comment.