Files
neotest-python/lua
Sebastian Kohn 054f221294 fix: detect poetry env outside of poetry shell (#49)
If you are not in a `poetry shell`, the venv detection does not work. This patch
prepends `poetry run` before `poetry env info -p`, which makes venv detection
work both inside and outside the poetry subshell.
2023-07-04 20:45:45 +01:00
..