Skip to content
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

Windows unicode error fixed, nosetest added to setup.py #757

Merged
merged 1 commit into from Feb 7, 2018

Conversation

HagaiHargil
Copy link
Contributor

@takluyver Your suggestion at #742 was spot on.

I've also added nose to the test dependencies, since running py.test --pyargs nbconvert doesn't work when nose isn't installed (seems like iPython has this dependency).

@takluyver
Copy link
Member

Thanks, the actual fix looks good to me, but it should be necessary to require nose for tests - PRs #595 and #660 got rid of the imports. What errors were you getting without nose?

@mpacer
Copy link
Member

mpacer commented Feb 7, 2018

Apparently, we still have some imports inside the test_svg2pdf.py and test_io.py. I don't know how I missed those before since I was grepping for all instances of nose.

@mpacer
Copy link
Member

mpacer commented Feb 7, 2018

ah… it's in the ipython_genutils decorators… hrm… I'll see if I can fix that.

@HagaiHargil
Copy link
Contributor Author

Would you like me to resubmit the PR without the setup.py change? Or will you change it back in a later commit?

@takluyver
Copy link
Member

I'd say we merge this and change it back when we can figure out the remaining nose dependencies. This is correct for now, after all. But I'll let @mpacer make the final call.

@mpacer
Copy link
Member

mpacer commented Feb 7, 2018

Yea… I agree, though I really don't like having to add nose back even temporarily. :grumble:

merging.

@mpacer mpacer merged commit 06b5452 into jupyter:master Feb 7, 2018
@mpacer mpacer added this to the 5.4 milestone Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants