You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading and spinning up brand new containers each test run is time consuming.
Consider using the pytest cache to allow for starting and stopping the same container if specified by the user via a --reuse-container or similar flag.
Ideally a previously created container is used which can either be specified by uuid or is inferred from the available containers and names/tagging.
The text was updated successfully, but these errors were encountered:
Downloading and spinning up brand new containers each test run is time consuming.
Consider using the
pytest
cache to allow for starting and stopping the same container if specified by the user via a--reuse-container
or similar flag.Ideally a previously created container is used which can either be specified by uuid or is inferred from the available containers and names/tagging.
The text was updated successfully, but these errors were encountered: