-
Notifications
You must be signed in to change notification settings - Fork 106
Enable nitpicky Sphinx warnings, fix issues and fail on new issues #140
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
=======================================
Coverage 95.43% 95.43%
=======================================
Files 7 7
Lines 482 482
Branches 98 98
=======================================
Hits 460 460
Misses 15 15
Partials 7 7 |
|
|
||
| [tox] | ||
| envlist = py27, pypy, py34, py35, py36, py37, pypy3 | ||
| envlist = py27, pypy, py34, py35, py36, py37, pypy3, docs |
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.
Could you please enable it on Travis as well?
|
Wow, the error seems too specific to be a false positive 🤔 |
|
Yeah, looks like a genuine failure |
|
It’s a regression of https://bitbucket.org/pypy/pypy/issues/2389/different-behavior-of-bytesdecode-utf8 which @lopuhin reported to PyPy in 2016. His very example then can be used to reproduce the issue. |
|
@kmike If you are OK with running the tests on Python 2 PyPy 7.0.0 for now, we can squash and merge this. |
|
Sounds good, thanks @Gallaecio! |
No description provided.