Skip to content

Replace nosetests references with py.test #232

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
Sep 12, 2016

Conversation

emulbreh
Copy link
Contributor

@emulbreh emulbreh commented Aug 4, 2016

No description provided.

@@ -154,7 +154,7 @@ referred to as *conda environments*, but they're the same for our purposes.
``conda create --name pvlibdev python pandas scipy``
#. **Activate** the new conda environment: ``source activate pvlibdev``
#. **Install** additional packages into your development environment:
``conda install jupyter ipython matplotlib seaborn nose flake8``
``conda install jupyter ipython matplotlib seaborn pytest flake8``
Copy link
Member

Choose a reason for hiding this comment

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

We actually currently need both nose and pytest due to our use of a pandas test function that requires nose.

@wholmgren
Copy link
Member

Thanks. I missed the notification that this was updated.

@wholmgren wholmgren merged commit 1d9506c into pvlib:master Sep 12, 2016
wholmgren added a commit that referenced this pull request Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants