Files
oidc-auth-armada-app/python-k8sapp-oidc/k8sapp_oidc/test-requirements.txt
Angie Wang f10e169367 Enable helm plugin delivery with the application
This creates a new package spec called python-k8sapp-oidc that will
build two packages: python-k8sapp-oidc and python-k8sapp-oidc-wheels.
These packages will hold all the stevedore plugins needed to support
the application.

These packages are included in the build dependencies for the
stx-oidc-auth-helm package build where the wheels file will
be included in the application tarball.

The helm plugins have been relocated to this repo and provided in
a k8sapp_oidc python module. This module will be extracted from the
wheels and installed on the platform via the sysinv application
framework. The module will be made available when the application
is enabled.

Now that the plugins and the application are residing in the same
repository, GITREVCOUNT will be used to drive the package version of
both to keep them in sync.

Tox test support has been provided for the plugin module.

Change-Id: Iead16c79aa1e3863d8568c9615f4215f2f6ec02b
Story: 2006537
Task: 39108
Depends-On: https://review.opendev.org/713969
Signed-off-by: Angie Wang <angie.wang@windriver.com>
Signed-off-by: Robert Church <robert.church@windriver.com>
2020-06-11 04:18:18 -04:00

27 lines
697 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.
flake8<3.8.0
pycodestyle<2.6.0 # MIT License
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
requests-mock>=0.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
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
tempest-lib<0.5.0,>=0.4.0
ipaddr
pytest
pyudev
migrate
markupsafe