Closed hroncok closed 3 years ago
@FFY00 you currently don't use
--print-deps-to=
at all, is that right?
I don't, nothing will break :+1:
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 :confused: We might want to document this instead.
It will also be quite tricky to actually prevent the provision step if tox determines it is needed.
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?