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

Changes to items listed in requirements files are not detected #660

Closed
mhsmith opened this issue Aug 7, 2022 · 1 comment
Closed

Changes to items listed in requirements files are not detected #660

mhsmith opened this issue Aug 7, 2022 · 1 comment
Labels
Milestone

Comments

@mhsmith
Copy link
Member

mhsmith commented Aug 7, 2022

The plugin only detects changes to the requirements file itself. Changes to anything listed within it will not trigger a re-run of pip. This includes directories, sdists, wheels, and other requirements files, recursively.

Also need to check directories which are installed directly, i.e. not via a requirements file. This may work, but I don't think it's in the integration tests.

@mhsmith
Copy link
Member Author

mhsmith commented Sep 22, 2022

Scanning other requirements files recursively would make this much more complex, and isn't required by Briefcase, so we'll defer that to a separate issue, #719.

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

No branches or pull requests

1 participant