From b720848175d8967e38d90ad60fb46bea7eccde70 Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Mon, 18 Mar 2024 10:25:27 +0100 Subject: [PATCH] tests: update SQA testing --- .sqa/config.yml | 17 +++++++++-------- tox.ini | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.sqa/config.yml b/.sqa/config.yml index 2fd3de9e..852703af 100644 --- a/.sqa/config.yml +++ b/.sqa/config.yml @@ -16,11 +16,12 @@ sqa_criteria: tox_file: 'tox.ini' testenv: - bandit - # qc_doc: - # repos: - # deepaas: - # container: DEEPaaS-testing - # tox: - # tox_file: 'tox.ini' - # testenv: - # - docs + qc_doc: + repos: + deepaas: + container: DEEPaaS-testing + tox: + tox_file: 'tox.ini' + testenv: + - docs + - genconfig diff --git a/tox.ini b/tox.ini index 824794f3..16770998 100644 --- a/tox.ini +++ b/tox.ini @@ -132,7 +132,7 @@ deps = -r {toxinidir}/doc/requirements.txt commands = rm -rf doc/build - python setup.py build_sphinx + sphinx-build -W --keep-going -b html -j auto doc/source doc/build/html [testenv:mypy] description = Static type checks