From 833f5090db9e7b420f7e99670547bbf1d09da7a6 Mon Sep 17 00:00:00 2001 From: tonytan4ever Date: Tue, 31 Jul 2018 15:13:03 -0400 Subject: [PATCH] Pin osa-test to get around missing journalctl --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a43961db..d02fc4ac6 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ setenv = PYTHONPATH={envsitepackagesdir} ### OSA specific call back files # Set the checkout to any supported tag, branch, or sha. - OSA_TESTS_CHECKOUT=master + OSA_TESTS_CHECKOUT=b146d649e675d748a58af238c7b37138b8194f1f OSA_REQUIREMENTS_CHECKOUT=master UPPER_CONSTRAINTS_FILE=https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h={env:OSA_REQUIREMENTS_CHECKOUT:master} OSA_TEST_DEPS=https://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h={env:OSA_TESTS_CHECKOUT:master}