1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 09:36:13 +01:00

Document that --print-deps-only is also not good to mix.

This commit is contained in:
Miro Hrončok 2019-07-29 14:22:23 +02:00
parent e4fb2d79e0
commit 8e10e05fbd

View File

@ -158,7 +158,8 @@ Don't mix current-env and regular tox runs
Tox caches the virtualenvs it creates, and doesn't distinguish between Tox caches the virtualenvs it creates, and doesn't distinguish between
regular virtualenvs and ``--current-env``. regular virtualenvs and ``--current-env``.
Don't mix ``tox --current-env`` runs and regular ``tox`` runs (without the flag). Don't mix ``tox --current-env`` or ``tox --print-deps-only`` runs
and regular ``tox`` runs (without the flag).
If you ever need to do this, use tox's ``--recreate/-r`` flag to clear the cache. If you ever need to do this, use tox's ``--recreate/-r`` flag to clear the cache.
The plugin should abort with a meaningful error message if this is detected, The plugin should abort with a meaningful error message if this is detected,