a5b8467434
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Note that python36 fails installing nodejs-legacy since bionic does not include it. Install nodejs-legacy only on Xenial. Change-Id: Id8fbe2d5188054924eacb74bcfc52b49fd8a1d84 Story: #2002586 Task: #24327
7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
nodejs [test]
|
|
nodejs-legacy [platform:ubuntu-xenial test]
|
|
npm [test]
|