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
Add a check for the number of Python dependencies which are pinned in requirements/constraints.txt. The one for the edx-lint repository should also count the number of dependencies pinned in common_constraints.txt.
There may also be misplaced pins in setup.py, other requirements files, etc. I think we can safely ignore those for now, until we've quantified and addressed the known problem of excessive pins in the main constraints files.
The text was updated successfully, but these errors were encountered:
Add a check for the number of Python dependencies which are pinned in
requirements/constraints.txt
. The one for the edx-lint repository should also count the number of dependencies pinned incommon_constraints.txt
.There may also be misplaced pins in
setup.py
, other requirements files, etc. I think we can safely ignore those for now, until we've quantified and addressed the known problem of excessive pins in the main constraints files.The text was updated successfully, but these errors were encountered: