app-catalog/test-requirements.txt
Kirill Zaitsev 9d7a3a58d0 Added eslint tox env
eslint is a jslinter adopted by horizon, it combines both style and
error checking. This commit sets up basics for enablint npm-run-lint job
on infra, by adding package.json, that declares lint command.
Standard openstack list of rules is used.

To test: tox -e eslint

Partially implements blueprint: lint-js-code

Change-Id: I802d256a49d080c3f46e73bfaf98b701349d2c39
2015-07-29 13:53:40 +03:00

21 lines
530 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<0.11,>=0.10.0
coverage>=3.6
discover
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
jsonschema>=2.0.0,<3.0.0
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
PyYAML>=3.1.0
# js lint tests
nodeenv>=0.9.4 # BSD License