From ac55c054804657e4e3503cfe668c3a8ef23c424c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 20 Mar 2023 09:50:14 +0100 Subject: Remove a useless duplicate when calling pytest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie11aac5f0d74c897c4c7c973179de401bbb4a0df Signed-off-by: Cédric Ollivier (cherry picked from commit 060386053e81af6d160c967b8c8d7bbb0d458d1f) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 771e1acb..a9edfd95 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ deps = -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} commands = - pytest xtesting/tests/unit \ + pytest \ --junit-xml=junit.xml \ --html=report.html --self-contained-html \ --cov=xtesting --cov-reset --cov-report html \ -- cgit 1.2.3-korg