* Add necessary python modules in package to satisfy pytest Signed-off-by: Steve Pham <[email protected]> * Update fix based on PR comment Signed-off-by: Steve Pham <[email protected]> Signed-off-by: Steve Pham <[email protected]>
@@ -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'