Snooz82 / robotframework-datadriver

Library to provide Data-Driven testing with CSV tables to Robot Framework
Apache License 2.0
131 stars 37 forks source link

Anbarasanv-patch-1 #22

Closed anbarasanv closed 3 years ago

anbarasanv commented 4 years ago

Hi Team, Robot framework allows users to write java libraries also, hence the robot will use Jython interpreter for that. Hence this library required pandas as a dependency, users will not able to use this library, because the pandas library is not available for Jython. So I have modified that pandas code to xlrd. Hence users can install this library.

Snooz82 commented 4 years ago

Hi @anbarasanv ,

Thanks for this contribution! i am really busy at the moment, but hopefully in the next two weeks i will find some time to review!

Thanks!

Snooz82 commented 3 years ago

@anbarasanv

DataDriver newer than 0.2.7 is not compatible with Jython anyway, because it is python 3.6 only. You can create a PR to the branch python27 if you still need it.

i will have a look then.

Regards René