-
Notifications
You must be signed in to change notification settings - Fork 436
ci(riot): run tests with pytest latest #4846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fe10502
to
03ee183
Compare
Codecov Report
@@ Coverage Diff @@
## 1.x #4846 +/- ##
==========================================
- Coverage 74.63% 74.63% -0.01%
==========================================
Files 810 810
Lines 62277 62277
==========================================
- Hits 46482 46479 -3
- Misses 15795 15798 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9cd164a
to
dd06e73
Compare
Enabling ci visibility will trace the execution of tests. Tests that use the global tracer to generate traces might be impacted. |
Could you add any further info as to why we weren't doing this before? |
We pinned pytest in the follow PR to avoid this pytest-importlib incompatibility issue. pytest==7.0.1 resolved this issue. |
## Description Run ddtrace test suite with pytest latest Co-authored-by: Brett Langdon <[email protected]>
Description
Run ddtrace test suite with pytest latest