python-setup: Don't allow Poetry to make venv in project

I mostly verified this works on my local machine, but did add a sample `poetry.toml` to the tests, so it can be verified from looking at the logs 🤷
This commit is contained in:
Rasmus Wriedt Larsen
2022-12-06 10:38:53 +01:00
parent 1653364141
commit 7fc528c3c6
2 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true