Skip to content

BUG: missing nose import for skip test #8867

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

Merged
merged 1 commit into from
Nov 21, 2014

Conversation

matthew-brett
Copy link
Contributor

nose.SkipTest used but nose not imported.

@@ -259,6 +259,7 @@ def test_repr_non_interactive(self):
def test_repr_max_columns_max_rows(self):
term_width, term_height = get_terminal_size()
if term_width < 10 or term_height < 10:
import nose
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can u put it at the top of the file? thxs

nose.SkipTest used but nose not imported.

Import nose at top level and use that throughout.
@jreback jreback added the Testing pandas testing functions or related to the test suite label Nov 21, 2014
@jreback jreback added this to the 0.15.2 milestone Nov 21, 2014
jreback added a commit that referenced this pull request Nov 21, 2014
BUG: missing nose import for skip test
@jreback jreback merged commit f1b270f into pandas-dev:master Nov 21, 2014
@jreback
Copy link
Contributor

jreback commented Nov 21, 2014

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants