Skip to content

Commit

Permalink
Fix Docker usage on new GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 20, 2024
1 parent e8fce8a commit eac9255
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def devpi(tmp_path_factory, worker_id):

time.sleep(1)
else: # no cov
pass
subprocess.check_call(['docker', 'logs', 'hatch-devpi'])

(devpi_started_sessions / worker_id).touch()

Expand Down
2 changes: 0 additions & 2 deletions tests/index/server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
devpi:
container_name: hatch-devpi
Expand Down

0 comments on commit eac9255

Please sign in to comment.