-
Notifications
You must be signed in to change notification settings - Fork 468
Move contrib/aiohttp tests to riot #2866
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
Move contrib/aiohttp tests to riot #2866
Conversation
Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
Co-authored-by: Brett Langdon <me@brett.is>
Co-authored-by: Brett Langdon <me@brett.is>
Co-authored-by: Brett Langdon <me@brett.is>
Co-authored-by: Brett Langdon <me@brett.is>
Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
Codecov Report
@@ Coverage Diff @@
## master #2866 +/- ##
==========================================
- Coverage 84.68% 84.67% -0.01%
==========================================
Files 607 607
Lines 44749 44752 +3
==========================================
- Hits 37894 37893 -1
- Misses 6855 6859 +4
Continue to review full report at Codecov.
|
riotfile.py
Outdated
| command="pytest {cmdargs} tests/contrib/aiohttp", | ||
| pkgs={"pytest-aiohttp": [latest]}, | ||
| venvs=[ | ||
| # Python 3.5 raises `NotImplemented: Can't perform operation for unregistered loader type` |
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.
These can go away now
|
I had opened a PR to do this in the past but I ran into some issues: #2637. It looks like the latest release of riot has fixed those? |
|
@P403n1x87 it looks like the issues have been resolved! https://app.circleci.com/pipelines/github/DataDog/dd-trace-py/11854/workflows/f2d0578[…]3-802e-4ad1d18044eb/jobs/878712/parallel-runs/1?filterBy=ALL |
Kyle-Verhoog
left a comment
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.
👏 👏
|
@Mergifyio backport 0.55 |
✅ Backports have been created
|
* Move aiohttp tests to riot Migrate aiohttp from tox to riot. Fixes #1370 * Pin async-timeout to <4.0.0 for older aiohttp versions (#2963) async-timeout introduces a breaking change (changing the `timeout` class to a function) which breaks older versions of aiohttp. Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
Commit Message
Move aiohttp tests to riot
Migrate aiohttp from tox to riot. Fixes #1370
Checklist