Skip to content

Commit b204640

Browse files
committed
Re-enabling all translators
1 parent 11de06f commit b204640

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ class TestTranslators:
235235
@pytest.mark.parametrize(
236236
"backend",
237237
[
238-
#"dask",
239-
#"parsl",
240-
#"nextflow",
241-
#"airflow",
238+
"dask",
239+
"parsl",
240+
"nextflow",
241+
"airflow",
242242
"bash",
243-
#"taskvine",
244-
#"cwl",
245-
#"pegasus",
243+
"taskvine",
244+
"cwl",
245+
"pegasus",
246246
"swiftt",
247247
])
248248
@pytest.mark.unit

0 commit comments

Comments
 (0)