Skip to content

Commit

Permalink
Fix pointless prefix creation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matoking committed Dec 21, 2024
1 parent c62758c commit 09e9a1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,9 @@ def func(

steam_app = steam_app_factory(
name=name, appid=appid, library_dir=library_dir,
required_tool_app=required_tool_app
required_tool_app=required_tool_app,
add_prefix=False
)
shutil.rmtree(str(Path(steam_app.prefix_path).parent))
steam_app.prefix_path = None

install_path = Path(steam_app.install_path)

Expand Down

0 comments on commit 09e9a1f

Please sign in to comment.