Skip to content

Fix versioning in unit tests #5

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 8 commits into from
Oct 25, 2015
Merged

Conversation

fuhrysteve
Copy link
Contributor

The unit tests don't run out of the box because of some inconsistencies between what's hard-coded in .travis.yml. Frustrating trying to figure out which versions actually work together, but I figured it out.

pyexcel-webio==0.0.3
pyexcel-xls==0.0.7
pyexcel-xlsx==0.0.7
-e git+https://github.com/T0ha/ezodf.git@2c69103e6c0715adb0e36562cb2e6325fd776112#egg=ezodf-master
Copy link
Member

Choose a reason for hiding this comment

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

The same comment as the one in pyexcel-io. Shall we use zip file instead of cloning it? Let's have zip and continue the merge

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That sounds fine by me! I don't like the idea of cloning it either - dependency management can be a nightmare for sure. I'll clean it up here soon.

@fuhrysteve
Copy link
Contributor Author

I think I'll clean this up once pyexcel/pyexcel-io#5 gets merged in. It would be great if you could push an update to pypi on that one so we can say pyexcel-io>=0.0.9 (since the unit tests on 0.0.8 are broken)

Thanks, @chfw!

chfw added a commit that referenced this pull request Oct 25, 2015
Fix versioning in unit tests. Thanks and credit go to @fuhrysteve
@chfw chfw merged commit d5959fe into pyexcel-webwares:master Oct 25, 2015
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