-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support multiple Python versions for E2E #4075
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4075 +/- ##
==========================================
- Coverage 86.9% 78.17% -8.73%
==========================================
Files 747 34 -713
Lines 38035 1306 -36729
Branches 4375 134 -4241
==========================================
- Hits 33053 1021 -32032
+ Misses 3823 254 -3569
+ Partials 1159 31 -1128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the version from the tox env, if you're able to detect it? Is there a usecase where we'd like them to differ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, just few minor and style comments.
datadog_checks_dev/datadog_checks/dev/tooling/commands/env/start.py
Outdated
Show resolved
Hide resolved
datadog_checks_dev/datadog_checks/dev/tooling/commands/env/test.py
Outdated
Show resolved
Hide resolved
For posterity: Although we have auto-detection of tox env Python versions, we'll keep the |
datadog_checks_dev/datadog_checks/dev/tooling/commands/env/start.py
Outdated
Show resolved
Hide resolved
Co-Authored-By: Alexandre YANG <49917914+AlexandreYang@users.noreply.github.com>
No description provided.