From cd224575bf00f60f9fe4df21d9ff17f06c844bc8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 15 Oct 2018 21:26:44 -0400 Subject: [PATCH] Add ARA support for tox tests It is helpful to give users ARA to look at. Signed-off-by: Paul Belanger --- bindep.txt | 4 ++++ test-requirements.txt | 1 + tox.ini | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..223d0a1 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +gcc-c++ [test platform:rpm] diff --git a/test-requirements.txt b/test-requirements.txt index 3930480..7c57988 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1,2 @@ +ara flake8 diff --git a/tox.ini b/tox.ini index b466b9c..4946a33 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,8 @@ commands = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +setenv = + ANSIBLE_CALLBACK_PLUGINS = {envsitepackagesdir}/ara/plugins/callbacks [testenv:linters] basepython = python3