diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-20 09:50:14 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-20 09:51:49 +0100 |
commit | 060386053e81af6d160c967b8c8d7bbb0d458d1f (patch) | |
tree | cdd40277d6e5dcdeae513b9d1ddb41289ec5dd24 /tox.ini | |
parent | 4bb37383866afc1e81cb2920dfaeee452b006dc3 (diff) |
Remove a useless duplicate when calling pytest
Change-Id: Ie11aac5f0d74c897c4c7c973179de401bbb4a0df
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |