mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2026-04-19 10:20:36 +00:00
Fix tox configuration breaking on spaces in the project path
The {envpython} substitution is not quoted, so spaces in the path are
treated as argument separators and cause the test runs to fail.
To work around this, we now always use an unqualified python command
instead of the {envpython} substitution. This is safe because the tox
commands are always run in a virtual environment, so the python command
is guaranteed to point to the environment's Python and not the system
default.
This commit is contained in:
Reference in New Issue
Block a user