Skip to content

Commit 716d4a1

Browse files
committed
Configure poe not to change environment
1 parent a1e23aa commit 716d4a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/py/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ asyncio_mode = "auto"
101101
asyncio_default_fixture_loop_scope = "function"
102102
log_cli = false
103103

104+
[tool.poe]
105+
executor.type = "simple"
106+
104107
[tool.poe.tasks]
105108
# name = cmd
106109

0 commit comments

Comments
 (0)