
The purpose of this change is to remove the HelmOperatorTestSuiteMixin in the unit tests. This reference is part of Armada and crashes Zuul because it was removed here: https://review.opendev.org/c/starlingx/config/+/869094 It was necessary to make adjustments to configuration files for unit tests and pylint because zuul was failing. Test Plan: PASS build-pkgs -p python3-k8sapp-oran-o2 PASS build-pkgs -p stx-oran-o2-helm PASS unit test is performed successfully Story: 2010560 Task: 48751 Co-Authored-By: Igor Pires Soares <igor.piressoares@windriver.com> Change-Id: Idb0963c60f8a8a5ec3acd139f60383a128dc43b7 Signed-off-by: David Barbosa Bastos <david.barbosabastos@windriver.com>
25 lines
649 B
Plaintext
25 lines
649 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
passlib>=1.7.0
|
|
psycopg2-binary
|
|
python-subunit>=0.0.18
|
|
pylint<2.1.0;python_version<"3.0" # GPLv2
|
|
pylint<2.3.0;python_version>="3.0" # GPLv2
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
sphinx
|
|
oslosphinx
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testtools!=1.2.0,>=0.9.36
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
markupsafe
|