File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # This file is used for generating python requirements list "requirements_test.txt".
2
+ # It includes the additional packages needed to be installed to run nose/pytests for
3
+ # the IBM Spectrum Scale Performance Monitoring bridge for Grafana using CI/CD circleci workflows.
4
+ #
5
+ # To update, run:
6
+ #
7
+ # $ pip-compile requirements_test.in --output-file requirements_test.txt
8
+ #
1
9
nose
2
10
pytest
3
11
coverage
Original file line number Diff line number Diff line change 1
- # This file is used for generating python requirements list on top of the redhat UBI8 image.
1
+ # This file is used for generating python requirements list "requirements_ubi8.txt".
2
+ # It includes the packages needed to be installed to run the IBM Spectrum Scale Performance Monitoring bridge for Grafana
3
+ # in an OpenShift production environment, on top of the redhat UBI8 image.
4
+ #
2
5
# To update, run:
3
6
#
4
7
# $ pip-compile requirements_ubi8.in --output-file requirements_ubi8.txt
You can’t perform that action at this time.
0 commit comments