-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tox will rebuild the wheel virtual environment when the Python binary sha256sum changes (See #75). The Tox documentation states that a virtual environment will automatically be rebuilt on the following conditions:
Here’s what traits we track at the moment for each steps:
- virtual environment trait is tied to the python path the basepython resolves too (if this config changes, the virtual environment will be recreated),
- deps sections changes (meaning any string-level change for the entries, note requirement file content changes are not tracked),
- library dependencies are tracked at extras level (because there’s no Python API to enquire about the actual dependencies in a non-tool specific way, e.g. setuptools has one way, flit something else, and poetry another).
https://tox.readthedocs.io/en/latest/example/general.html#dependency-changes-and-tracking
We need to ensure that the cache is invalided on each of these conditions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working