This merge request addresses an issue where running the install script didn't pin to a specific version of python or Django. It was only setting the lower bounds. We want to pin it when we set a version.
Changes Made to Code:
Update the install script to set version to be == rather than >=
Fix python version flag to be -p rather than -v
Related
None
Additional Notes
This was found when trying to update the tethysext-atcore dockers.
coverage: 100.0%. remained the same
when pulling c41be4a34e73426a69f332cd38da9ef11b16a5e1 on fix_matrix_issue
into 569e8dab4761ea4c16c45dbdeb889dd85898a1f2 on main.
Description
This merge request addresses an issue where running the install script didn't pin to a specific version of python or Django. It was only setting the lower bounds. We want to pin it when we set a version.
Changes Made to Code:
==
rather than>=
-p
rather than-v
Related
Additional Notes
tethysext-atcore
dockers.Quality Checks