-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix windows utf8 encoding part 3/3 #203
Conversation
Codecov Report
@@ Coverage Diff @@
## master #203 +/- ##
=======================================
Coverage 85.49% 85.49%
=======================================
Files 9 9
Lines 834 834
=======================================
Hits 713 713
Misses 121 121
Continue to review full report at Codecov.
|
@choldgraf -- I reverted one change to get the file_regression test to pass -- the open statement |
@phaustin re: the file regression, I'm not quite sure what you mean by reverted. do you mean there's one part in this codebase that doesn't use utf-8 now? |
I mean that if I add encoding="utf8" to the ipynb version of this file |
could you post the error? |
reran with the same command line arguments as the CI, and all tests pass locally on my mac, I think it was a timeout issue, so I think this is ready to merge. On my local windows there are still about half a dozen pytest failures, but several of those are related to the windows path problem. I've isolated that issue to app.env.doc2path in cache.py (and also in jupyter-book/toc.py) and we can retest once I've pushed those PRs. |
ok cool! let's merge this in and see how things go :-) thanks for the improvement! |
see jupyter-book/jupyter-book#719