diff --git a/pytest.ini b/pytest.ini index f2a83b206599..a0039ed65030 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,7 +8,7 @@ [pytest] python_files = 'test_*.py' , '*_test.py' , '*_tests.py', 'TestSuite_*.py' -norecursedirs = Python/3.10.5 Cache cmake +norecursedirs = python/runtime Cache cmake junit_family=legacy log_format=%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s) addopts='--tb=short' '--show-capture=log'