Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_run: support spaces in sys.executable path
On my Mac, hatch creates its virtual environments in `$HOME/Library/Application Support`. So the python3 executable ends up at a path with a space in it. The space in the path caused `test_run()` to fail, because without quotes the first `utis.run()` call would try and execute `$HOME/Library/Application` (up to the space) instead of the python3 executable.
- Loading branch information