From 8e10e05fbdd8db503320ea7887a42d280b19fe06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Jul 2019 14:22:23 +0200 Subject: [PATCH] Document that --print-deps-only is also not good to mix. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e332095..21d4050 100644 --- a/README.rst +++ b/README.rst @@ -158,7 +158,8 @@ Don't mix current-env and regular tox runs Tox caches the virtualenvs it creates, and doesn't distinguish between 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. The plugin should abort with a meaningful error message if this is detected,