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 3a7bbdf commit 1b4cb46Copy full SHA for 1b4cb46
pydra/utils/tests/test_typing.py
@@ -737,6 +737,7 @@ def Workflow(in_file: MyFormatX) -> MyFormatX:
737
assert out_file.header.parent != in_file.header.parent
738
739
740
+@pytest.mark.flaky(reruns=5)
741
def test_typing_cast(tmp_path, SpecificTask, OtherSpecificTask):
742
"""Check the casting of lazy fields and whether specific file-sets can be recovered
743
from generic `File` classes"""
0 commit comments