aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-20 09:50:14 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-03-20 10:55:23 +0100
commit0863631585bfbeaa8fa7fc55d5715a960fc085be (patch)
tree4c0fdc89c90123f31127a45f80d766716638b099 /tox.ini
parent506e825a31f0826bbe1fa7bc6d28addd7b0ee6a4 (diff)
Remove a useless duplicate when calling pytest
Change-Id: Ie11aac5f0d74c897c4c7c973179de401bbb4a0df Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 060386053e81af6d160c967b8c8d7bbb0d458d1f)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ae7c109c..7ae0cdc2 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 \