Skip to content
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

Merged
merged 4 commits into from Jul 17, 2022

Conversation

BeyondEvil
Copy link
Contributor

No description provided.

# 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
Copy link

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can try

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

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.

Copy link
Contributor Author

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.

@BeyondEvil BeyondEvil merged commit ea89db8 into pytest-dev:master Jul 17, 2022
@BeyondEvil BeyondEvil deleted the jim/update-pip-in-tests branch July 17, 2022 11:28
@ssbarnea ssbarnea added the skip-changelog Can be missed from the changelog. label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Can be missed from the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants