Skip to content

requirement file updates aren't detected #2496

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

Closed
gebhardtr opened this issue Sep 9, 2022 · 1 comment
Closed

requirement file updates aren't detected #2496

gebhardtr opened this issue Sep 9, 2022 · 1 comment
Labels
feature:new something does not exist yet, but should

Comments

@gebhardtr
Copy link

Passing a requirements file to deps is really helpful; it would be great if updates to the requirements files were detected and a env recreate/install was triggered.

Version: 3.26.0

tox.ini

[testenv]
basepython = python3
install_command = pip3 install {opts} {packages}
deps = -r{toxinidir}/requirements-dev.txt

requirements-dev.txt

-r requirements.txt
pytest==6.2.5
...

Updating a dependency in requirements-dev.txt and requirements.txt doesn't trigger a recreate/reinstall, so old dependencies are used.

@gebhardtr gebhardtr added the feature:new something does not exist yet, but should label Sep 9, 2022
@gaborbernat
Copy link
Member

Duplicate of #296

@gaborbernat gaborbernat marked this as a duplicate of #296 Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:new something does not exist yet, but should
Projects
None yet
Development

No branches or pull requests

2 participants