We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8c67d commit cd38bbcCopy full SHA for cd38bbc
.github/workflows/grpc.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install troubleshootiung commands
47
run: sudo pip install --ignore-installed six
48
- name: Run test suite
49
- run: ddtrace-run pytest src/python/grpcio_tests --continue-on-collection-errors -v
+ run: ddtrace-run pytest --import-mode=importlib src/python/grpcio_tests #--continue-on-collection-errors -v
50
51
52
0 commit comments