Skip to content

Commit

Permalink
Merge #178
Browse files Browse the repository at this point in the history
178: Update sybil to 2.0.1 r=aragilar a=pyup-bot


This PR updates [sybil](https://pypi.org/project/sybil) from **1.4.0** to **2.0.1**.



<details>
  <summary>Changelog</summary>
  
  
   ### 2.0.1
   ```
   -------------------

- Make :class:`~sybil.parsers.doctest.DocTestParser` more permissive with respect
  to tabs in documents. Tabs that aren&#39;t in the doctest block not longer cause
  parsing of the document to fail.
   ```
   
  
  
   ### 2.0.0
   ```
   -------------------

- Drop support for nose.

- Handle encoded data returned by doctest execution on Python 2.
   ```
   
  
</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 <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot committed Dec 22, 2020
2 parents 19f0fa0 + 3dc2856 commit 8e31a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-cov==2.10.1
#pytest-mpl
#pytest-regtest
#pytest-xdist
sybil==1.4.0
sybil==2.0.1

0 comments on commit 8e31a73

Please sign in to comment.