Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substitution for os.sep #1700

Closed
jayvdb opened this issue Oct 20, 2020 · 0 comments · Fixed by #1701
Closed

Substitution for os.sep #1700

jayvdb opened this issue Oct 20, 2020 · 0 comments · Fixed by #1701
Labels
feature:new something does not exist yet, but should

Comments

@jayvdb
Copy link

jayvdb commented Oct 20, 2020

There is {:} for os.pathsep , but none for os.sep (/ vs \ on Windows). I propose {/} for this.

This is probably because most of the time / works ok on Windows, but that is not universal.

However the lack of os.sep support also impacts the ability of config tests to do meaningful tests of paths that are cross platform without horrible contortions for Windows.

@jayvdb jayvdb added the feature:new something does not exist yet, but should label Oct 20, 2020
jayvdb added a commit to jayvdb/tox that referenced this issue Oct 20, 2020
jayvdb added a commit to jayvdb/tox that referenced this issue Oct 20, 2020
gaborbernat pushed a commit that referenced this issue Oct 21, 2020
gaborbernat pushed a commit that referenced this issue Oct 23, 2020
gaborbernat pushed a commit that referenced this issue Oct 23, 2020
Closes #1700

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
ssbarnea pushed a commit to ssbarnea/tox that referenced this issue Apr 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature:new something does not exist yet, but should
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant