Merge master into features#4887
Merged
blueyed merged 65 commits intopytest-dev:featuresfrom Mar 5, 2019
Merged
Conversation
`brew update` and `brew upgrade python` is very slow. This uses the existing `/usr/local/bin/python3` (3.7.0).
Travis: improve macos setup (py37)
…dist ci: xdist with pluggymaster
ci: Travis: use single install section
Upload code coverage from azure
Should be covered by Azure.
Less coverage reporting
Also changed how the section is presented: instead of "Note" blocks, use proper sections as those contain enough information to exist on their own. Fix pytest-dev#1680
This appears to improve performance - ~4s with `tox -e py37-coverage -- testing/test_collection.py`.
This should not be necessary (anymore).
Co-Authored-By: nicoddemus <[email protected]>
…riting Document how to disable caching rewritten .pyc files to disk
tox: generic pexpect factor
coverage: use run.include, remove --ignore-errors, send TOXENV as name to codecov
Previously it was not run with a) xdist ("-c"), and b) "python -m
pytest" ("…/pytest.py", not executable).
Apparently this caused missing coverage with pdb/pexpect tests.
tox: split default posargs, use --lsof with single job only
Add config for isort
Add missing ref docs to tmp_path and tmp_path_factory
.coveragerc: use globs with includes
tox: generic pluggymaster factor, remove env hack
It fails reliable for me now without the fix from 9517c3a. Ref: pytest-dev#2370
…sing_tmpfile_py27 tests: make test_crash_on_closing_tmpfile_py27 more reliable
PyPy uses "site-packages" directly.
While this is not used currently, it is still good for having it covered (it failed when running coverage with all jobs unconditionally).
ci: azure: fix coverage reporting with PyPy (not used currently)
It was enabled accidentally.
.coveragerc: fix include for pypy
Fix master: ci: Azure: remove pypy3
This brings coverage back that got missing with 9dcd6f2. Continuation of pytest-dev#4839 / pytest-dev#4846.
ci: revisit coverage reporting
Conflicts: appveyor.yml setup.py
Codecov Report
@@ Coverage Diff @@
## features #4887 +/- ##
============================================
- Coverage 95.75% 95.71% -0.05%
============================================
Files 113 113
Lines 25765 25266 -499
Branches 2511 2504 -7
============================================
- Hits 24671 24183 -488
+ Misses 775 767 -8
+ Partials 319 316 -3
Continue to review full report at Codecov.
|
Contributor
Author
|
Codecov does not appear to handle the removal of flags, or rather the changes to .coveragerc well with "Changes". |
Contributor
Author
|
@RonnyPfannschmidt @nicoddemus |
5 tasks
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
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.