Skip to content

TST: Use pytest instead of nose #310

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
May 7, 2017
Merged

TST: Use pytest instead of nose #310

merged 1 commit into from
May 7, 2017

Conversation

gfyoung
Copy link
Contributor

@gfyoung gfyoung commented May 7, 2017

Use pytest instead of nose per discussion in #304.

@@ -30,7 +30,7 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml pytest pytest-cov
Copy link
Contributor

@jreback jreback May 7, 2017

Choose a reason for hiding this comment

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

remove nose, unless it is needed for other things)?

Copy link
Contributor Author

@gfyoung gfyoung May 7, 2017

Choose a reason for hiding this comment

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

Not yet. Got a bunch nose.SkipTest things to remove. I just wanted to make sure that initial groundwork (i.e. using pytest) works. Then we can remove nose things.

@jreback jreback merged commit 91d5541 into pydata:master May 7, 2017
@gfyoung gfyoung deleted the pytest-idiom-convert branch May 7, 2017 23:57
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.

2 participants