-
-
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 features into master #4172
Merged
nicoddemus
merged 142 commits into
pytest-dev:master
from
nicoddemus:merge-features-into-master
Oct 16, 2018
Merged
Merge features into master #4172
nicoddemus
merged 142 commits into
pytest-dev:master
from
nicoddemus:merge-features-into-master
Oct 16, 2018
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
…features Merge master into features
…ecedence -W now takes precedence over filters in ini files
…pat-properties Actually deprecate long standing features
Optionally raise an exception when parametrize collects no arguments. Provide the name of the test causing the failure in the exception message. See: pytest-dev#3849
…meterset Raise exception if parametrize collects an empty parameter set
The logging plugin does not output log messages generated during the collection-phase when live-logging is enabled. This fixes this. Fixes pytest-dev#3964
Add support for logging in collection-phase
…gs-4013 Show deprecation warnings even if filters are customized
…features Merge master into features
Add 3.9 deprecated features to deprecations.rst
…features Merge master into features
…anup-symlink-is-fine fix pytest-dev#4135 - handle symlinks in tmp path cleanup
Add returncode argument to pytest.exit
modernize packaging for setuptools>30.3
To show the subclassed file in legacy test suits in the runtest output you have to set the verbosity level to at least "-vv" now. Closes pytest-dev#3211
…features Merge master into features (prepare for 3.9, pt2)
Increase required verbosity level for debug output
…a-url-quotes Fix metadata url quotes
RonnyPfannschmidt
approved these changes
Oct 16, 2018
the travis failure is unrelated and needs a osx sortout |
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.
Thanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
just a guideline):
changelog
folder, with a name like<ISSUE NUMBER>.<TYPE>.rst
. See changelog/README.rst for details.master
branch for bug fixes, documentation updates and trivial changes.features
branch for new features and removals/deprecations.Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
AUTHORS
in alphabetical order;