Skip to content
Snippets Groups Projects
Commit b1a8cb18 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Fix tests on CI

parent 29f8d626
Branches
No related tags found
No related merge requests found
Pipeline #235128 passed
......@@ -128,6 +128,7 @@ class TestArgumentParsing:
if os.access(nb_path, os.R_OK): # pragma: no cover
# doesn't work on CI due to Docker weirdness
expected.checked = True
pytest.skip("failed to make file unreadable")
else: # pragma: no cover
result = runner.run(nb_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment