Skip to content

Commit

Permalink
test: Bump pycloudlib to 1!5.0.0
Browse files Browse the repository at this point in the history
1!5.0.0 removed 'wait' on instance launch, so update our integration testing
code appropriately.
  • Loading branch information
aciba90 authored and orndorffgrant committed Oct 6, 2023
1 parent ee97e3d commit f4591af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def launch(
ephemeral=ephemeral,
inbound_ports=inbound_ports,
)
inst.wait()
logging.info(
"--- {} instance launched: {}.".format(self.name, inst.name)
)
Expand Down
2 changes: 1 addition & 1 deletion integration-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
behave
jsonschema
PyHamcrest
pycloudlib==1!2.1.3
pycloudlib==1!5.0.0
toml==0.10

ipdb
Expand Down

0 comments on commit f4591af

Please sign in to comment.