-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
tox requires not exposed in the config object #1918
Labels
feature:new
something does not exist yet, but should
Comments
Sure 👍🏻 |
Side note: It seems that this expects the value to be there: Lines 98 to 99 in 555f3f1
|
hroncok
added a commit
to hroncok/tox
that referenced
this issue
Feb 15, 2021
Fixes tox-dev#1918 This also fixes broken __str__ of MissingRequirement, which is never actually used but is helpful when debugging.
hroncok
added a commit
to hroncok/tox
that referenced
this issue
Feb 15, 2021
Fixes tox-dev#1918 This also fixes broken __str__ of MissingRequirement, which is never actually used but is helpful when debugging.
6 tasks
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Feb 15, 2021
Partially fixes fedora-python#39 This is blocked on tox-dev/tox#1918
gaborbernat
pushed a commit
that referenced
this issue
Feb 16, 2021
Fixes #1918 This also fixes broken __str__ of MissingRequirement, which is never actually used but is helpful when debugging.
ssbarnea
pushed a commit
to ssbarnea/tox
that referenced
this issue
Apr 19, 2021
Fixes tox-dev#1918 This also fixes broken __str__ of MissingRequirement, which is never actually used but is helpful when debugging.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cannot find tox requires on the config object. The minversion is there, but the requires are not. They appear to be parsed, used and forgotten.
tox/src/tox/config/__init__.py
Lines 1297 to 1302 in 555f3f1
I'd like to be able to read them from a plugin.
I can send a PR, if this would be accepted.
The text was updated successfully, but these errors were encountered: