Remove a useless duplicate when calling pytest 18/73918/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Mar 2023 08:50:14 +0000 (09:50 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Mar 2023 08:51:49 +0000 (09:51 +0100)
Change-Id: Ie11aac5f0d74c897c4c7c973179de401bbb4a0df
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index d692453..dac846a 100644 (file)
--- 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 \