We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f872e commit 6fd1a89Copy full SHA for 6fd1a89
pyproject.toml
@@ -338,7 +338,7 @@ markers = [
338
]
339
testpaths = ["tests"]
340
cdist-justify-items = "file"
341
-cdist-group-steal = "3:30"
+cdist-group-steal = "3:10"
342
343
[tool.coverage.run]
344
branch = true
src/pytest_databases/_service.py
@@ -69,7 +69,7 @@ def _stop_all_containers(client: docker.DockerClient) -> None:
69
continue
70
else:
71
msg = f"Cannot handle container in state {container.status}"
72
- raise ValueError(msg)
+ raise RuntimeError(msg)
73
74
75
class DockerService(AbstractContextManager):
0 commit comments