-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features #4887
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 master into features #4887
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 <nicoddemus@gmail.com>
…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.
|
Codecov does not appear to handle the removal of flags, or rather the changes to .coveragerc well with "Changes". |
@RonnyPfannschmidt @nicoddemus |
No description provided.