Skip to content

Commit a8fac02

Browse files
authored
fix develop2 (#19408)
1 parent bfb3541 commit a8fac02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unittests/tools/env/test_env_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def test_relative_paths():
213213

214214
@pytest.mark.parametrize("values, expected",
215215
[("myscripts", '"$script_folder/myscripts"'),
216-
("/path/myscripts", '"/path/myscripts"'),
217216
("../myscripts", '"$script_folder/../myscripts"'),
218217
("../my scripts", '"$script_folder/../my scripts"'),
219218
(["../my scripts", "path/other"],

0 commit comments

Comments
 (0)