-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 #5162
Conversation
One of the `pytest.mark.skipif` blocks does not use the `reason` kwarg.
[Docs] Fix typo in skipping.rst
…ut_terminal Fix dependencies on 'terminal' plugin
…-error-with-showlocals Fix handle repr error with showlocals and verbose output
The motivation here is to not have the same boilerplate with PRs.
GitHub: revisit issue/PR templates [ci skip]
Hmm linting fail for some reason |
No, docs:
Likely due to new pip release. |
Oh my. This is definitely a huge problem now. |
Just reading about this, with pip 19.1 develop installs do not work anymore, which of course is a problem for us (pypa/pip#6370). There are a few workarounds: but none of them are pretty. Not sure how to proceed overall... this mean develop installs don't work at all anymore in the pytest tree. |
Not looked into this really now, but enabling isolated builds just because a pyproject.toml is present was a bad idea to begin with. IIRC the PEP was even clarified to not do this, but yeah.. an old comment from me: pypa/pip#5416 (comment) |
Here is a workaround/fix: pypa/pip#6433 (comment) |
Workaround for editable installs with pip 19.1
Oh just now I saw this, and I already merged the other one (as master was broken otherwise) 😬 Anyway, the
(FTR I have tried that before falling back to comment the |
Codecov Report
@@ Coverage Diff @@
## features #5162 +/- ##
============================================
+ Coverage 96.03% 96.11% +0.08%
============================================
Files 115 115
Lines 25948 25989 +41
Branches 2563 2563
============================================
+ Hits 24918 24980 +62
+ Misses 726 706 -20
+ Partials 304 303 -1
Continue to review full report at Codecov.
|
Ok, pulled in here. |
No description provided.