-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add a pip list
step after the overrides are injected
#711
Add a pip list
step after the overrides are injected
#711
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #711 +/- ##
=======================================
Coverage 75.51% 75.51%
=======================================
Files 90 90
Lines 5452 5452
=======================================
Hits 4117 4117
Misses 1335 1335
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aef5011
to
300f0d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can also remove the previous pip freeze
300f0d2
to
fa7d811
Compare
fa7d811
to
734c336
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if the job runs
de53cfb
to
3a9f8f5
Compare
Currently the pip freeze happens after the initial dependency install, but before the OVERRIDE_REQUIREMENTS option is handled by Jenkins. This makes it difficult to see if Jenkins has successfully installed an overriden requirement for the test run.
3a9f8f5
to
753d4d6
Compare
The regession tests did pass: https://plwishmaster.stsci.edu:8081/job/RT/job/Roman-Developers-Pull-Requests/233/ |
Currently the pip freeze happens after the initial dependency install, but before the OVERRIDE_REQUIREMENTS option is handled by Jenkins. This makes it difficult to see if Jenkins has successfully installed an overriden requirement for the test run. This PR adds an additional
pip list
(same aspip freeze
just more nicely formatted as a table) after the OVERRIDE_REQUIREMENTS are applied so that one can check in the Jenkins job log to make sure overriden requirements have successfully installed.Checklist
CHANGES.rst
under the corresponding subsection