Merge master into features#5233
Merged
nicoddemus merged 25 commits intoMay 9, 2019
Merged
Conversation
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
Upgrade PyPy to 7.1.1
Update Black URLs
Add links to pytest.raises `message` workaround
For pytest-dev#5208. Document explicit behavior of `match` and brief note on how to handle matching a string that may contain special re chars.
Clarify docs for pytest.raises `match`.
…pytest-dev#5222) Restore usedevelop=True now that pip 19.1.1 restored the old behavior
…-dev#5045) Skip test_source_mtime_long_long on 32bit and lower platforms
Use exec directly
Pluggy 0.10.0 introduced a new dependency `importlib-metadata` but that package cannot be imported when installed as an egg and that is causing problems for users relying on `setup.py` to install packages present in `test_require`. This change was quickly reverted in pluggy 0.11.0. See pytest-dev/pluggy#205
Require pluggy>=0.11
Release version 4.4.2
Codecov Report
@@ Coverage Diff @@
## features #5233 +/- ##
============================================
- Coverage 93.14% 91.68% -1.47%
============================================
Files 115 115
Lines 26139 26138 -1
Branches 2578 2578
============================================
- Hits 24348 23964 -384
- Misses 1471 1852 +381
- Partials 320 322 +2
Continue to review full report at Codecov.
|
Contributor
|
Azure down? |
Member
Author
|
Not sure... weird that Want me to push this again or can we trust on Travis? (I'm in for the latter) |
Contributor
|
No, please re-run / just wait. |
Contributor
|
(it is useful for later coverage comparison etc, based on this commit) |
52006f3 to
59e51c9
Compare
Member
Author
|
Pushed again, let's see |
Member
Author
|
There it goes. 👍 |
Make sure we don't update to pluggy 1.0 automatically, as there are planned breaking changes in the 1.0 release.
added 2 commits
May 9, 2019 09:00
Pin pluggy to <1.0
59e51c9 to
ccf6c3c
Compare
Member
Author
|
Thanks for the heads-up, fixed. |
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.