Skip to content

Commit b236857

Browse files
author
Peter Amstutz
committed
Fix pytest.mark.skipif
1 parent a44bb87 commit b236857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_local_wdl(self):
211211
self.assertTrue(self.check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
212212

213213

214-
@pytest.mark.skipif(not os.environ.get("ARVADOS_API_TOKEN"), "Arvados not configured")
214+
@pytest.mark.skipif(not os.environ.get("ARVADOS_API_TOKEN"), reason="Arvados not configured")
215215
class ArvadosTest(IntegrationTest):
216216
"""Test using arvados-cwl-runner."""
217217

0 commit comments

Comments
 (0)