-
Notifications
You must be signed in to change notification settings - Fork 9
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
Expose tox requires and minversion somehow #39
Labels
enhancement
New feature or request
Comments
I don't, nothing will break 👍 |
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Feb 15, 2021
Partially fixes fedora-python#39
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Feb 15, 2021
Partially fixes fedora-python#39
This was referenced Feb 15, 2021
It will also be quite tricky to actually prevent the provision step if tox determines it is needed. It happens before any plugin code is executed 😕 We might want to document this instead. |
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
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Feb 16, 2021
Partially fixes fedora-python#39
|
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Mar 8, 2021
hroncok
added a commit
to hroncok/tox-current-env
that referenced
this issue
Mar 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://tox.readthedocs.io/en/latest/config.html#conf-requires
See https://tox.readthedocs.io/en/latest/config.html#conf-minversion
Given a config file like this:
We currently only print
pytest
with--print-deps-to=
. I'd like to extend it to print:Before I dive into it, I'd like to know whether this is a good idea or whether I shall add a new option to do this instead.
@FFY00 you currently don't use
--print-deps-to=
at all, is that right?The text was updated successfully, but these errors were encountered: