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
venvstacks lays out the generated requirements files such that all of the platform-specific lock files for each environment are stored in the same directory.
This issue covers adding a helper script that scans a specified set of requirements subfolders looking for cases where the same requirement is present in multiple files, but with a differing version (some requirements being missing entirely is fine, as platform-specific dependencies are one of the main reasons platforms don't share lock files).
The text was updated successfully, but these errors were encountered:
ncoghlan
changed the title
Add script that scans for cross-platform inconsistencies in locked requirements files
Scans for cross-platform inconsistencies in locked requirements files
Oct 18, 2024
ncoghlan
changed the title
Scans for cross-platform inconsistencies in locked requirements files
Scan for cross-platform inconsistencies in locked requirements files
Oct 18, 2024
venvstacks
lays out the generated requirements files such that all of the platform-specific lock files for each environment are stored in the same directory.This issue covers adding a helper script that scans a specified set of
requirements
subfolders looking for cases where the same requirement is present in multiple files, but with a differing version (some requirements being missing entirely is fine, as platform-specific dependencies are one of the main reasons platforms don't share lock files).The text was updated successfully, but these errors were encountered: