Skip to content

Commit f8bee5e

Browse files
lint: run cleanup
1 parent 6bd825b commit f8bee5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_data(filename: str) -> str:
4040
filepath = Path(os.path.dirname(__file__)) / ".." / filename
4141
return str(filepath.resolve())
4242

43+
4344
needs_docker = pytest.mark.skipif(
4445
not bool(shutil.which("docker")),
4546
reason="Requires the docker executable on the system path.",

0 commit comments

Comments
 (0)