mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-04-05 22:03:58 +00:00
Update drawbacks section with new info
This commit is contained in:
parent
ea183553c4
commit
accb4c3278
10
README.md
10
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user