Skip to content

Commit

Permalink
tests: use_executor(True) is default (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Apr 3, 2023
1 parent 3277bf0 commit 1b3a0a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/command/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def _tester(
executor=executor
or TestExecutor(env, poetry.pool, poetry.config, tester.io),
)
installer.use_executor(True)
cmd.set_installer(installer)

return tester
Expand Down

0 comments on commit 1b3a0a6

Please sign in to comment.