Skip to content

Commit cd38bbc

Browse files
author
genegrady
committed
updated pytest command following this PR in the pytest repo: pytest-dev/pytest#7408
1 parent bd8c67d commit cd38bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grpc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install troubleshootiung commands
4747
run: sudo pip install --ignore-installed six
4848
- name: Run test suite
49-
run: ddtrace-run pytest src/python/grpcio_tests --continue-on-collection-errors -v
49+
run: ddtrace-run pytest --import-mode=importlib src/python/grpcio_tests #--continue-on-collection-errors -v
5050

5151

5252

0 commit comments

Comments
 (0)