-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master to features - one last time #6640
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
Conversation
Makes `parent` a required arg, which would have failed before via `parent.session` anyway. Keeps calling/passing unused args for B/C.
Only copy'n'paste error from c416b1d.
Taken out of pytest-dev#6556.
Follow up to pytest-dev#6621 after premature merge
Use --wrap=preserve in release notes script
Package: typing, cleanup
Reword fixture docs for clarity
Fix typo
Not known with `curl` on Travis at least. Reverts pytest-dev#6573. This reverts commit df1f43e.
Revert "ci: codecov: use `--retry-connrefused` with curl"
typing: pytest_collection
This gets typically used always (via `getfixtureinfo`).
fixtures: move import of ParameterSet to top level
minor: doc: getfuncargnames: move TODO out of docstring
python: factor out async_warn
`-fE` is the default in `features` now [1], but the idea is to add `X` also to it in the long run, so let's dogfood it ourselves. 1: pytest-dev#6524 2: pytest-dev#6524 (comment)
tests: use `-rfEX`
Hmm I guess this needs to be approved, I didn't think of that 🤕 There were only trivial conflicts. To proceed with the other steps, if anyone sees this, please approve :) |
Typically good to add them with the merge commit message (i.e. uncomment what
I'm not sure if / how you want to proceed, but I'd like to at least you, @nicoddemus and @RonnyPfannschmidt to also approve that features should get merged into master as-is really (#6571 (comment)). |
Thanks @blueyed, I think I will need to ping you for a few more steps... |
Part of #6571 transition plan. I am doing this merge so that the reverse merge (coming up shortly) is clean.