Skip to content

Commit edda1f8

Browse files
authored
Update pytest.ini path blacklist (o3de#12212)
* 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]>
1 parent e83cba8 commit edda1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[pytest]
1010
python_files = 'test_*.py' , '*_test.py' , '*_tests.py', 'TestSuite_*.py'
11-
norecursedirs = Python/3.10.5 Cache cmake
11+
norecursedirs = python/runtime Cache cmake
1212
junit_family=legacy
1313
log_format=%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
1414
addopts='--tb=short' '--show-capture=log'

0 commit comments

Comments
 (0)