-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 #5741
Conversation
Improve docs of pytest.importorskip
Co-Authored-By: Bruno Oliveira <[email protected]>
Update URL: python/black → psf/black
Likely to fix flaky coverage due to requests failing sometimes. Ref: https://codecov.io/gh/pytest-dev/pytest/compare/f7e81dab9aa8d57498511e1b5655b53cbfbed0d0...83a1f4bd668fe337d42f909cc2ef2d8d986e9748/changes
remove %s formatting from docs
test_non_ascii_paste_text: mock call to urlopen
Codecov Report
@@ Coverage Diff @@
## features #5741 +/- ##
============================================
+ Coverage 96.25% 96.25% +<.01%
============================================
Files 117 117
Lines 25902 25903 +1
Branches 2495 2495
============================================
+ Hits 24932 24933 +1
Misses 666 666
Partials 304 304
Continue to review full report at Codecov.
|
Co-Authored-By: Daniel Hahler <[email protected]>
Thanks! |
@@ -27,6 +27,8 @@ pytest.skip | |||
|
|||
.. autofunction:: _pytest.outcomes.skip(msg, [allow_module_level=False]) | |||
|
|||
.. _`pytest.importorskip ref`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. _`pytest.importorskip ref`: | |
.. _`pytest.importorskip`: |
To fix:
Warning, treated as error:
/home/travis/build/pytest-dev/pytest/doc/en/skipping.rst:182:undefined label: pytest.importorskip (if the link has no caption the label must precede a section header)
That's why I had a "?" with the suggestion.. ;)
Hmmm nevermind this branch then, I will re-do the merge once we merge the pending PRs. 👍 |
No description provided.