-
Notifications
You must be signed in to change notification settings - Fork 245
fix: upgrade pip before running tox #522
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
fix: upgrade pip before running tox #522
Conversation
1255af2
to
cf3df95
Compare
a272b3d
to
1fbb624
Compare
# TODO: This test takes 10(!) times as long as the regular py38 on Windows | ||
# - os: windows-latest | ||
# name: pypy3-windows | ||
# python-version: pypy-3.8 |
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.
wow, that is slow.I wonder if pypy-3.8-nightly is any faster?
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.
I can try
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.
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.
wow, 16m 26s for pypy3.8 on windows, ~2m for cpython on windows, ~3 min for pypy on ubuntu, ~1 min for cpython on ubuntu.
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.
I wonder what exactly is happening.
A lot of tests use regex, could that be it?
Anyway, I'm rewriting the plugin, and as an effect of that, I'm also having to re-write a lot of the test.
It will be interesting to see what the difference might be.
No description provided.