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 6dcdf8c commit aaa96b2Copy full SHA for aaa96b2
swift/codegen/test/utils.py
@@ -39,9 +39,8 @@ def opts():
39
40
@pytest.fixture(autouse=True)
41
def override_paths(tmp_path):
42
- with (mock.patch("swift.codegen.lib.paths.swift_dir", tmp_path),
43
- mock.patch("swift.codegen.lib.paths.exe_file", tmp_path / "exe"),
44
- ):
+ with mock.patch("swift.codegen.lib.paths.swift_dir", tmp_path), \
+ mock.patch("swift.codegen.lib.paths.exe_file", tmp_path / "exe"):
45
yield
46
47
0 commit comments