-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Merge master into features #5921
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix logging doc: change x.level to x.levelno
Recently sometimes Azure has failed with: ++ curl -s https://codecov.io/bash bash: /dev/fd/63: No such file or directory This attempts to fix this by modifying report-coverage.sh slightly.
Use sys.executable to detect which python we should actually be testing.
Change report-coverage.sh in attempt to fix Azure
…5872 (pytest-dev#5873) Do not call python directly but use sys.executable. Fixes pytest-dev#5872
Merge master into features
Make sure to quote `sys.executable` as we're running a shell
This should result in retries of 1+2+4+8+16+32 = 63s. Ref: pytest-dev#5869 (comment)
ci: codecov: use 6 retries with curl
…items-5884 Fix --setup-only and --setup-show for custom pytest items
This allows us to use python3.7+ to use tox
…pytester Fix attribute docs in _pytest.pytester
Release 5.2.0
Update doc: pytest section in setup.cfg
attrs 19.2 deprecated cmp in favor of the dataclass-ish eq/order duo. This causes deprecation warnings that in turn break some of the cool new deep object comparisons. Since we at attrs expected this to be a problem, it shipped with helpers to write backward and forward compatible code. This PR uses that and avoids changed to minimal versions.
Fix dynamic scoping changelog link
Fix warnings with attrs 19.2 and fix object assertions
Yeah I was waiting the release before doing it, let me open a new one, thanks. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: #5902
Could be done after a release also, feel free to do so then instead, @nicoddemus.