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 9e1a777 commit 89cdfd6Copy full SHA for 89cdfd6
tests/test_job_spec.py
@@ -45,6 +45,3 @@ def test_path_conversion() -> None:
45
assert JobSpec(stderr_path=os.path.join("test", "path")).stderr_path == Path("test") / "path"
46
assert JobSpec(pre_launch=os.path.join("test", "path")).pre_launch == Path("test") / "path"
47
assert JobSpec(post_launch=os.path.join("test", "path")).post_launch == Path("test") / "path"
48
-
49
50
-test_environment_types()
0 commit comments