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 a44bb87 commit b236857Copy full SHA for b236857
test/test_integration.py
@@ -211,7 +211,7 @@ def test_local_wdl(self):
211
self.assertTrue(self.check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
212
213
214
-@pytest.mark.skipif(not os.environ.get("ARVADOS_API_TOKEN"), "Arvados not configured")
+@pytest.mark.skipif(not os.environ.get("ARVADOS_API_TOKEN"), reason="Arvados not configured")
215
class ArvadosTest(IntegrationTest):
216
"""Test using arvados-cwl-runner."""
217
0 commit comments