openedx / repo-tools

Tools for repo maintenance, etc.
Apache License 2.0
30 stars 39 forks source link

Fix test cases after bot PR for updating python requirements #519

Closed salman2013 closed 3 months ago

feanil commented 3 months ago

Is a longer term fix to update https://github.com/openedx/repo-tools/blob/master/Makefile#L39 to also upgrade the py312 files?

salman2013 commented 3 months ago

@feanil I believe you are right but I was not sure about updating https://github.com/openedx/repo-tools/blob/master/Makefile#L39, there were some package version conflicts in extra-py312 file and i discussed with BOM team which created these files, they mentioned me to update the files locally with python 3.12 environment. What if we merge this for now and let me update the make file separately?

salman2013 commented 3 months ago

@feanil PR is ready to merge.