From accb4c327811536bd62eb665949191043bc87aa2 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 12 Nov 2020 19:31:03 -0500 Subject: [PATCH] Update drawbacks section with new info --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3876546..647a69e 100644 --- a/README.md +++ b/README.md @@ -199,11 +199,11 @@ commands = ... * [`indexserver`](https://tox.readthedocs.io/en/latest/config.html#conf-indexserver) * [`usedevelop`](https://tox.readthedocs.io/en/latest/config.html#conf-indexserver) -* Tox environments automatically inherit their settings from the main `testenv` environment. This - means that if the `require_locked_deps = true` is specified for the `testenv` environment then - all environments will also require locked dependencies. This can be overwritten by explicitly - specifying `require_locked_deps = false` on child environments where unlocked dependencies are - needed. +* Tox will not automatically detect changes to the locked dependencies and so + environments will not be automatically rebuilt when locked dependencies are changed. + When changing the locked dependencies (or their versions) the environments will need to + be manually rebuilt using either the `-r`/`--recreate` CLI option or the + `recreate = true` option in `tox.ini`. * There are a handful of packages that cannot be installed from the lockfile, whether as specific dependencies or as transient dependencies (dependencies of dependencies). This is due to