-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
support for tox into setup.cfg #35
Comments
Wait. tox allows dots in environment names? tox -e py3.11? Whoa. That should probably be a separate issue. |
This is a surprise for me, too. I will check with the other maintainers whether this was introduced intentionally with tox v4 or not. |
Ok, looks like this is a feature, and not even a new one, see https://tox.wiki/en/latest/user_guide.html#test-environments |
I don't know. I use this dotted notation because, having poetry that run tox environments locally and remotely, I've encountered errors when using normal notation (py39 , py310...) . Reading the link from @jugmac00 , seems it's "supported" : |
I've done changes on local branch for this issue, but it depends on PR #39 so I wait to push it until dependent PR will be merged 😉 |
Tox can be configured also into setup.cfg file, e.g.
or, using default naming convention
The text was updated successfully, but these errors were encountered: