Skip to content

Commit

Permalink
pytest hot fix from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 5, 2024
1 parent 4e42ddd commit 6653026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_optimizer_dryruns.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ def test_infer_cloud_from_region_or_zone(monkeypatch):
_test_resources_launch(monkeypatch, zone='us-west2-a')

# Maps to AWS.
_test_resources_launch(monkeypatch, region='us-east-2')
# Not use us-east-2 or us-west-1 as it is also supported by Lambda.
_test_resources_launch(monkeypatch, region='eu-south-1')
_test_resources_launch(monkeypatch, zone='us-west-2a')

# `sky launch`
Expand Down

0 comments on commit 6653026

Please sign in to comment.