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
This commit is contained in:
Douglas Viroel 2022-07-01 17:47:09 -03:00 committed by Sandeep Yadav
parent c4037c4755
commit d5a9d845e3
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ passenv =
ANSIBLE_*
deps =
-r{toxinidir}/test-ansible-requirements.txt
-r{toxinidir}/test-requirements.txt
allowlist_externals =
bash
commands_pre =