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

Fix test for Python 3 on Windows. #3628

Merged

Conversation

takluyver
Copy link
Member

IPython.core.tests.test_run.test_aggressive_namespace_cleanup was recently enabled, but the test itself had a problem under Python 3 and Windows:

https://jenkins.shiningpanda-ci.com/ipython/job/ipython-win-py33/24/console

IPython.core.tests.test_run.test_aggressive_namespace_cleanup
@takluyver
Copy link
Member Author

Note I haven't tested the fix on Windows, but it should work if I've understood the issue properly. I recommend that we merge it and see if it fixes the ShiningPanda runs.

@ivanov
Copy link
Member

ivanov commented Jul 13, 2013

I can test it on windows later on today, if that helps, @takluyver. And actually, whenever you need windows testing now, feel free to ping me, since I'm back to being fully active, I'll actually do it

@takluyver
Copy link
Member Author

This one should be fine to leave for CI, as it only affects the test suite. But if you could test #3338 and #3487, that would be great, as they both have the potential to impact real users.

@minrk
Copy link
Member

minrk commented Jul 13, 2013

If you don't get to it this weekend, I will be doing lots of Windows testing starting Monday, so @takluyver's PRs should get in promptly.

@minrk
Copy link
Member

minrk commented Jul 15, 2013

tested and confirmed fix.

minrk added a commit that referenced this pull request Jul 15, 2013
…-cleanup

Fix test for Python 3 on Windows.
@minrk minrk merged commit 5528387 into ipython:master Jul 15, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
…mespace-cleanup

Fix test for Python 3 on Windows.
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