You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),
@edthedev#75 does not address this issue. This still needs to be addressed, either by embedding the sha of the python binary in the cache key, or by an update to the cache validation module. I'm not sure which is more feasible without giving it more thought. Honestly, caching tox has enough complexities I should do a presentation on it or write a blog post.
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:
We need to ensure that the cache is invalided on each of these conditions.
The text was updated successfully, but these errors were encountered: