From 47b5ce10376e11059bedd97bb3cf1293eb45757c Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Fri, 1 Jul 2022 17:47:09 -0300 Subject: [PATCH] Add test-requirements.txt in tox-tht deps openstack-tox-tht is currently failing with "ModuleNotFoundError: No module named 'testtools' more details in Closes-Bug. With this patch adding test-requirements.txt in tox-tht deps as python testtool is already available in test-requirements. Closes-Bug: #1980552 Change-Id: I46a0e58b2d6db08127de4b55a75f95ffa2b678ee (cherry picked from commit d5a9d845e38cae435fd7b7717c34001c823c532c) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8eaa442c7d..1deb06b334 100644 --- a/tox.ini +++ b/tox.ini @@ -112,6 +112,7 @@ passenv = ANSIBLE_* deps = -r{toxinidir}/test-ansible-requirements.txt + -r{toxinidir}/test-requirements.txt whitelist_externals = bash commands_pre =