-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features #4301
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
RonnyPfannschmidt
merged 49 commits into
pytest-dev:features
from
nicoddemus:merge-master-into-features
Nov 4, 2018
Merged
Merge master into features #4301
RonnyPfannschmidt
merged 49 commits into
pytest-dev:features
from
nicoddemus:merge-master-into-features
Nov 4, 2018
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
…_pytest-datadir changed address to pytest-data-dir
…s are not regex-escaped
Fixes pytest-dev#4255 by adding to the doc that module names are not regex-escaped
…warning Swallow warnings during anonymous compilation of source
Spelling and grammar fixes
Upgrade pre-commit hooks
Fix access denied error when deleting a stale temporary directory
this avoid triggering the warnings when parsing the session node as session plugin
Add docs page discussing flaky tests
…ion-attributes don`t parse compat properties as fixtures
Signed-off-by: William Jamir Silva <[email protected]>
Added the slides of a PyconES 2017 talk about pytest and its plugins ecosystem.
Upgrade pyupgrade for crlf fixes (again)
corrected the target name
Update talks.rst
This removes the hack added in pytest-dev#3802. Adjusts test: - it appears to not have been changed to 7 intentionally. - removes XXX comment, likely not relevant anymore since 6dac774.
python: collect: ignore exceptions with isinstance
Improve the warning message for the implicitly str conversion
Fix problems with running tests in package `__init__` files (pytest-dev#4046)
This is relevant when using runpytest in-process. Fixes: E def test_1(testdir): E testdir.runpytest() E > __import__('pdb').set_trace() E E ../../test_trace_after_runpytest.py:3: E …/Vcs/pytest/src/_pytest/debugging.py:81: in set_trace E tw = _pytest.config.create_terminal_writer(cls._config) E E config = None, args = (), kwargs = {}, tw = <py._io.terminalwriter.TerminalWriter object at 0x7f1097088160> E E def create_terminal_writer(config, *args, **kwargs): E """Create a TerminalWriter instance configured according to the options E in the config object. Every code which requires a TerminalWriter object E and has access to a config object should use this function. E """ E tw = py.io.TerminalWriter(*args, **kwargs) E > if config.option.color == "yes": E E AttributeError: 'NoneType' object has no attribute 'option'
debugging: make pytest_configure re-entrant
Remove last step, because it was merged already before (changed in 77cad3c). [ci skip]
doc: fix HOWTORELEASE.rst
Release 3.10.0
RonnyPfannschmidt
approved these changes
Nov 4, 2018
auvipy
approved these changes
Nov 4, 2018
the appveyor failure seems neglect able for this pr |
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.