Conversation
Member
|
bors r+ |
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
=======================================
Coverage 24.22% 24.22%
=======================================
Files 5 5
Lines 4475 4475
=======================================
Hits 1084 1084
Misses 3391 3391Continue to review full report at Codecov.
|
Contributor
|
This PR was included in a batch with a merge conflict, it will be automatically retried |
2 similar comments
Contributor
|
This PR was included in a batch with a merge conflict, it will be automatically retried |
Contributor
|
This PR was included in a batch with a merge conflict, it will be automatically retried |
bors Bot
added a commit
that referenced
this pull request
Feb 15, 2020
78: Pin sybil to latest version 1.2.0 r=aragilar a=pyup-bot This PR pins [sybil](https://pypi.org/project/sybil) to the latest release **1.2.0**. <details> <summary>Changelog</summary> ### 1.2.0 ``` ------------------- - Only compile code in :ref:`codeblocks <codeblock-parser>` at evaluation time, giving :ref:`skip <skip-parser>` a chance to skip code blocks that won't compile on a particular version of Python. ``` ### 1.1.0 ``` ------------------- - Move to CircleCI__ and Carthorse__. __ https://circleci.com/gh/cjw296/sybil __ https://github.com/cjw296/carthorse - Add warning about the limitations of :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`. - Support explicit filenames to include and patterns to exclude when instantiating a :class:`~sybil.Sybil`. - Add the :ref:`skip <skip-parser>` parser. ``` ### 1.0.9 ``` ------------------ - Fix for pytest 3.7+. ``` ### 1.0.8 ``` ------------------ - Changes only to unit tests to support fixes in the latest release of pytest. ``` ### 1.0.7 ``` ----------------------- - Literal tabs may no longer be included in text that is parsed by the :class:`~sybil.parsers.doctest.DocTestParser`. Previously, tabs were expanded which could cause unpleasant problems. ``` ### 1.0.6 ``` ------------------------ - Fix compatibility with pytest 3.3+. Thanks to Bruno Oliveira for this fix! ``` ### 1.0.5 ``` ------------------- - Fix ordering issue that would cause some tests to fail when run on systems using tmpfs. ``` ### 1.0.4 ``` ------------------- - Fix another bug in :class:`~sybil.parsers.codeblock.CodeBlockParser` where a :rst:dir:`code-block` followed by a less-indented block would be incorrectly indented, resulting in a :class:`SyntaxError`. ``` ### 1.0.3 ``` ------------------- - Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it would incorrectly parse indented code blocks. ``` ### 1.0.2 ``` ------------------- - Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it would not find indented code blocks. ``` ### 1.0.1 ``` ------------------- - Fix bug where unicode and byte literals weren't corrected in doctest tracebacks, even when :attr:`sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR` was specified. ``` ### 1.0.0 ``` ------------------- - Initial release ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/sybil - Changelog: https://pyup.io/changelogs/sybil/ - Repo: https://github.com/cjw296/sybil </details> Co-authored-by: pyup-bot <[email protected]>
Contributor
Build succeeded
|
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.
This PR pins sybil to the latest release 1.2.0.
Changelog
1.2.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Links