Add no:cacheprovider by default 27/74627/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 1 Oct 2024 15:43:12 +0000 (17:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 1 Oct 2024 15:43:12 +0000 (17:43 +0200)
Change-Id: Ic9df362d954d79e42f005089401bda6c951d2ccc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/core/pytest.py

index a47ab55..84d8ac5 100644 (file)
@@ -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 = [