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.
2 parents 08e88c9 + 89cdfd6 commit 3109e7cCopy full SHA for 3109e7c
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