-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Update tox environments #1967
Update tox environments #1967
Conversation
Since tox==4.9.0, only explicitly declared environments are permitted to run.
FTR, failing docs build fixed in #1969. |
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.
Looks good 👍
Thanks @theryanwalker! |
@@ -151,7 +151,7 @@ jobs: | |||
pip-version: | |||
- latest | |||
env: | |||
TOXENV: pip${{ matrix.pip-version }} |
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.
874 passed, 1791 warnings in 997.59s (0:16:37)
Wow, 17 minutes on pypy with coverage vs 4 minutes.
@webknjaz, do you remember why the coverage wasn't set up in the first place in #1379? The speed?
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.
Since we don't have any pypy
specific code, we can simply turn off the coverage there.
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 guess because of the slowness.
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.
Fixed in #1970.
Since
tox==4.9.0
, only explicitly declared environments are permitted to run.Refs: tox-dev/tox#3096 (comment)
Contributor checklist
Maintainer checklist
backwards incompatible
,feature
,enhancement
,deprecation
,bug
,dependency
,docs
orskip-changelog
as they determine changelog listing.