Skip to content

Commit

Permalink
Update pytest.ini path blacklist (o3de#12212)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
spham-amzn authored Sep 27, 2022
1 parent e83cba8 commit edda1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit edda1f8

Please sign in to comment.