Skip to content

Commit

Permalink
Unpin Quetz Docker image version in tests (#354)
Browse files Browse the repository at this point in the history
Reverts #343 now that <mamba-org/quetz#595> is fixed
  • Loading branch information
maresb authored Feb 16, 2023
1 parent 10454f0 commit 4829ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def quetz_server() -> Iterable[QuetzServerInfo]:

client = docker.from_env()

image = client.images.pull("mambaorg/quetz:v0.5.0")
image = client.images.pull("mambaorg/quetz:latest")

container: Container = client.containers.run(
image,
Expand Down

0 comments on commit 4829ec7

Please sign in to comment.