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 6bd825b commit f8bee5eCopy full SHA for f8bee5e
tests/util.py
@@ -40,6 +40,7 @@ def get_data(filename: str) -> str:
40
filepath = Path(os.path.dirname(__file__)) / ".." / filename
41
return str(filepath.resolve())
42
43
+
44
needs_docker = pytest.mark.skipif(
45
not bool(shutil.which("docker")),
46
reason="Requires the docker executable on the system path.",
0 commit comments