Skip to content

BUG/TST: fix failing html tests #3607

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

Closed
wants to merge 1 commit into from
Closed

BUG/TST: fix failing html tests #3607

wants to merge 1 commit into from

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented May 14, 2013

closes #3605

import_module('bs4')
except ImportError:
raise nose.SkipTest
raise nose.SkipTest


DATA_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'data')
Copy link
Contributor

Choose a reason for hiding this comment

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

do this for the datapath FYI:
import pandas.util.testing as tm
DATA_PATH = tm.get_data_path()

@cpcloud
Copy link
Member Author

cpcloud commented May 14, 2013

mabye should wait 2 merge since upcoming read-html fixes will address this

@cpcloud
Copy link
Member Author

cpcloud commented May 15, 2013

closing because of #3616.

@cpcloud cpcloud closed this May 15, 2013
@cpcloud cpcloud mentioned this pull request May 19, 2013
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.

Importing bs4 in tests
2 participants