Update drawbacks section with new info

This commit is contained in:
Ethan Paul 2020-11-12 19:31:03 -05:00
parent ea183553c4
commit accb4c3278
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -199,11 +199,11 @@ commands = ...
* [`indexserver`](https://tox.readthedocs.io/en/latest/config.html#conf-indexserver) * [`indexserver`](https://tox.readthedocs.io/en/latest/config.html#conf-indexserver)
* [`usedevelop`](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 * Tox will not automatically detect changes to the locked dependencies and so
means that if the `require_locked_deps = true` is specified for the `testenv` environment then environments will not be automatically rebuilt when locked dependencies are changed.
all environments will also require locked dependencies. This can be overwritten by explicitly When changing the locked dependencies (or their versions) the environments will need to
specifying `require_locked_deps = false` on child environments where unlocked dependencies are be manually rebuilt using either the `-r`/`--recreate` CLI option or the
needed. `recreate = true` option in `tox.ini`.
* There are a handful of packages that cannot be installed from the lockfile, whether as specific * 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 dependencies or as transient dependencies (dependencies of dependencies). This is due to