Skip to content

Commit 6fd1a89

Browse files
committed
another attempt
1 parent 19f872e commit 6fd1a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ markers = [
338338
]
339339
testpaths = ["tests"]
340340
cdist-justify-items = "file"
341-
cdist-group-steal = "3:30"
341+
cdist-group-steal = "3:10"
342342

343343
[tool.coverage.run]
344344
branch = true

src/pytest_databases/_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _stop_all_containers(client: docker.DockerClient) -> None:
6969
continue
7070
else:
7171
msg = f"Cannot handle container in state {container.status}"
72-
raise ValueError(msg)
72+
raise RuntimeError(msg)
7373

7474

7575
class DockerService(AbstractContextManager):

0 commit comments

Comments
 (0)