Skip to content

Commit 7cabf51

Browse files
committed
Do not change dir in typing test
1 parent 1a63fa8 commit 7cabf51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/compliance/test_typing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,9 @@ def test_typi001_component_typing(arguments, assertions, tmp_path):
349349
],
350350
)
351351
def test_typi002_typing_compliance(
352-
typing_module, prelayout, layout, callback_return, assertions, tmp_path, change_dir
352+
typing_module, prelayout, layout, callback_return, assertions, tmp_path
353353
):
354354
codefile = os.path.join(tmp_path, "code.py")
355-
os.chdir(tmp_path)
356355
code = format_template_and_save(
357356
basic_app_template, codefile, prelayout, layout, callback_return
358357
)

0 commit comments

Comments
 (0)