app-gen-tool/test-requirements.txt
Tomás N. P. Barros 4d511d15ce Add METADATA file to generated app
This update adds a METADATA file inside the plugins directory.
The app-gen-tool embedded with the stx-9 ISO was failing due
to pbr issues with the package version. Adding this METADATA
resolves the problem. Also updated the build method from
easy_install to build and corrected an error from the
"transform_rel_path_into_abs_path" function..

Test Plan:
PASS: app-gen-tool embbed with stx-9 now runs with
the --package-only flag without errors.

PASS: poc-starlingx-app application apply works
fine after the METADATA file being added.

Task: 50289
Story: 2010937
Change-Id: Iecdc5cc4770609a5f6be991568eec426ba59d0ac
Signed-off-by: Tomás N. P. Barros <tomas.barros@encora.com>
2024-06-11 13:32:10 -03:00

13 lines
210 B
Plaintext

hacking>=1.1.0,<=2.0.0 # Apache-2.0
bashate>=0.2
build==1.2.1
PyYAML>=3.1.0
shellcheck-py;python_version>="3.0" # MIT
yamllint<1.26.1;python_version>="3.0" # GPLv2
pylint
bandit
pytest
coverage
gitpython
wheel