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

Do not interpolate values from tox --showconfig #1585

Merged
merged 3 commits into from
May 20, 2020

Conversation

albinvass
Copy link

Currently --showconfig breaks if any '%' is present since configparser
tries to interpolate that by default.
Turn this off by using RawConfigParser instead which is supported in
both python2 and python3.

Resolves #1584

Currently --showconfig breaks if any '%' is present since configparser
tries to interpolate that by default.
Turn this off by using RawConfigParser instead which is supported in
both python2 and python3.

Resolves tox-dev#1584
@gaborbernat gaborbernat merged commit e62d69c into tox-dev:master May 20, 2020
@albinvass albinvass deleted the showconfig-interpolation branch May 20, 2020 11:44
@gaborbernat
Copy link
Member

ssbarnea pushed a commit to ssbarnea/tox that referenced this pull request Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tox --showconfig trying to interpolate '%s' since v3.11 (configparser)
3 participants