Add no:cacheprovider by default 35/74635/2
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>
Thu, 10 Oct 2024 13:31:08 +0000 (15:31 +0200)
Change-Id: Ic9df362d954d79e42f005089401bda6c951d2ccc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 1c22d1932c4bc2dceb76521bd520a95ee30aed8e)

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 = [