-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v4.2, v4.0
-
DAG 2019-10-21
-
1
In the dsi supported, run-dsi sets up a python virtualenv for python scripts to run in. As part of that, we do a `pip install` for the requirements. We should pip this output to a file and upload it, to provide traceability about which python packages have been installed if anything needs to be investigated.
As a Server engineer,
I want pip to list / persist the requirements,
So that it is easier to find what I'm looking for in the logs.
AC:
- The packages and version installed by pip are still available if needed.