-
Notifications
You must be signed in to change notification settings - Fork 67
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
pytest are failing in master branch #281
Comments
Issues:
|
good catch. I should have listened to you when you suggested depreciating python 2 version of eppy back in December |
It is failing with pyparsing 1.5 in python2 The problem is somewhere else. Some observations
Possible directions for investigation
|
Continuing investigation Found a machine on which eppy passes tests
|
Have you tried in conda? I had a look yesterday, and the errors on CI are related to pyparsing versions, but I couldn't find a version that satisfied everything |
Ok ... I think I untangled the web of dependencies and got it to pass See Travis-cl at fixing the dependencies took me 7 hours grrr ... There was a test that was failing. Took me a while to track it and fix (with 2 lines of code :-( |
now merged into develop |
Something has changed .... try rolling back to find a non-failing release
The text was updated successfully, but these errors were encountered: