-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features #4749
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
Merged
blueyed
merged 43 commits into
pytest-dev:features
from
blueyed:merge-master-into-features
Feb 8, 2019
Merged
Merge master into features #4749
blueyed
merged 43 commits into
pytest-dev:features
from
blueyed:merge-master-into-features
Feb 8, 2019
Conversation
This file contains hidden or 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
Addressing issues pytest-dev#4324 and pytest-dev#1830
….2.0-changelog Update changelog to reflect spelling change of xfail
…tance-4700 Fix setUpClass being called in subclasses that were skipped
…-raises-document-only Document parametrizing conditional raises
Fix typo in CHANGELOG
Remove workaround for docstrings for py38+
Do not raise UsageError when "pytest_plugins" is a module
Add py38-dev job to Travis
Only call _setup_cli_logging in __init__
Call pytest_report_collectionfinish hook when --collect-only is passed
Document how to customize test failure message for missing warnings
…name Mention that `pytest_plugins` should not be used as module name
Change the indentation in _setup_cli_logging by moving the self._log_cli_enabled check outside of the _setup_cli_logging method.
Refactor _setup_cli_logging code
Fix `parametrize(... ids=<function>)` when the function returns non-strings
`_collectfile` should be called on files only. Fixes pytest-dev#4592.
As per the excellent article by gaborbernat: https://www.bernat.tech/pep-517-518/
Fix handling of collect_ignore from parent conftest
Will cancel CI, should be done after/with #4751. |
Use isolated_build option in tox.ini
tox: py37-freeze: use --no-use-pep517 for PyInstaller
nicoddemus
approved these changes
Feb 8, 2019
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.
No description provided.