Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for tox not invalidating cache when reqs file changes #332

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

edaniszewski
Copy link
Contributor

I had previously assumed that tox would invalidate the build cache when a change to the requirements file was made, but that is not the case. To fix this, we use pip-sync which takes the requirements files and will ensure that the virtualenv setup by tox has the correct dependency versions -- this ensures that changes to requirements files are respected in the tox env always.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants