Skip to content

remove skip decorators for linux+python3 and pandas 0.18.0 #187

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 3 commits into from
May 27, 2016

Conversation

wholmgren
Copy link
Member

scipy/scipy#6074 fixed a bug that caused the lambertw, and thus our singlediode function, to fail on Python 3 on linux. Thanks scipy devs! This PR removes the decorator function that skipped that test on the linux/py3 Travis-CI builds. See #109, #90 for the history.

There was also a bug in pandas 0.18.0 that required a test decorator. In principle this could be kept, but I'd prefer to avoid accumulating crap like this in the test suite. See #130 for the history.

@wholmgren wholmgren added this to the 0.3.3 milestone May 27, 2016
@wholmgren wholmgren merged commit 7b12fb3 into pvlib:master May 27, 2016
@wholmgren wholmgren deleted the removescipyskip branch May 28, 2016 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant