mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-03 05:32:03 +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:
parent
246b69e375
commit
007d15eb3d
Loading…
Reference in New Issue
Block a user