aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2024-10-01 17:43:12 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2024-10-10 14:36:36 +0200
commit62067e6ef3f1c941accb2eed2b95d889341a2332 (patch)
treea6e654edf82ff1e2c11e0319794c355ec9df6b82 /xtesting
parent9c4b48ae1620e85e090ab176c81cd33e6efc4af0 (diff)
Add no:cacheprovider by default
Change-Id: Ic9df362d954d79e42f005089401bda6c951d2ccc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 1c22d1932c4bc2dceb76521bd520a95ee30aed8e)
Diffstat (limited to 'xtesting')
-rw-r--r--xtesting/core/pytest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtesting/core/pytest.py b/xtesting/core/pytest.py
index 1dadf300..93e58211 100644
--- a/xtesting/core/pytest.py
+++ b/xtesting/core/pytest.py
@@ -73,6 +73,7 @@ class Pytest(testcase.TestCase):
options = kwargs.pop('options', {})
options['html'] = f'{self.res_dir}/results.html'
options['junitxml'] = f'{self.res_dir}/results.xml'
+ options['p'] = 'no:cacheprovider'
if 'tb' not in options:
options['tb'] = 'no'
options = [