Preparing release version 3.8.0#3939
Preparing release version 3.8.0#3939RonnyPfannschmidt wants to merge 76 commits intopytest-dev:masterfrom
Conversation
If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of plugins through setuptools entrypoints. Only plugins that have been explicitly specified are loaded. ref pytest-dev#3784.
Add option to disable plugin auto-loading
…features Merge master into features
…esult.assert_outcomes`` signature.
Support xfailed and xpassed outcomes in RunResult.
…features Merge master into features
…st progress for count console output style.
…play_mode pytest-dev#3829 -- Add the ability to show test progress as number of tests completed instead of a percent.
…led and no failed tests
Needless message printed with --failed-first and no failed tests pytest-dev#3853
…ints_no_needless_message * test_lf_and_ff_obey_verbosity is no longer necessary because test_lf_and_ff_prints_no_needless_message already checks if the proper messages are displayed when -q is used. * Improve test_lf_and_ff_prints_no_needless_message so we also check that the correct message is displayed when there are failures to run
…features Merge master into features
…nmanager It seems this has no effect since `pluggy` was developed as a separate library.
pytest_logwarning is no longer emitted by the warnings plugin, only ever emitted from .warn() functions in config and item
As suggested during review, it now accepts two forms: Node.warn(warning_instance) (recommended) Node.warn(code, message) (deprecated)
…st_warning_captured hook
…ning_captured hook
Use standard warnings for internal pytest warnings
| ``RemovedInPytest4Warning`` and ``PytestExperimentalApiWarning`` are now part of the public API and should be accessed | ||
| using ``pytest.RemovedInPytest4Warning`` and ``pytest.PytestExperimentalApiWarning``. | ||
|
|
||
|
|
There was a problem hiding this comment.
we might want to consider splitting deprecations and removals
| <Instance '()'> | ||
| <Function 'test_method'> | ||
| <Function 'test_anothermethod'> | ||
| Traceback (most recent call last): |
There was a problem hiding this comment.
Hmm this is incorrect, probably some update to regendocs?
There was a problem hiding this comment.
no idea off-hand, its the only hunk in that file, i'll revert that file and sort it out later
c84940d to
2e3acd0
Compare
Codecov Report
@@ Coverage Diff @@
## master #3939 +/- ##
==========================================
- Coverage 94.99% 93.77% -1.23%
==========================================
Files 108 107 -1
Lines 23437 23647 +210
Branches 2332 2346 +14
==========================================
- Hits 22265 22175 -90
- Misses 881 1152 +271
- Partials 291 320 +29
Continue to review full report at Codecov.
|
|
Closing in favor of #3940 |
|
even with completely clean checkout, system upgraded and all i get the error |
|
Weird. Perhaps can someone else give this a try as well? One just needs to checkout 69b34f7 and run |
:)