Skip to content

Commit

Permalink
fix: Add flaky dependency in nox file for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-ananthu committed Nov 4, 2024
1 parent cdaf6e9 commit 7e16dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
samples=True,
cov_level=100,
versions=gcp.common.detect_versions(path="./google", default_first=True),
unit_test_extras=["flaky"],
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
system_test_python_versions=["3.12"],
system_test_external_dependencies=["psutil","flaky"],
Expand Down

0 comments on commit 7e16dde

Please sign in to comment.