Commit graph

8 commits

Author SHA1 Message Date
Dmitry Kalinkin e76082a941
pyarrow: disable jvm test 2018-10-25 23:14:27 -04:00
Dmitry Kalinkin 6ae3cb4d36
pythonPackages.pyarrow: fix running tests on hydra
This replaces standard checkPhase using setup.py that uses pytest-runner
with an explicit call to pytest. One reason to do that is because
setup.py triggers another rebuild when asked to do "test". Another
reason is that there seems to be a conflict between possible imports for
pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
triggers an import error on hydra and ofborg, but not on my machine. The
solution here is to remove `pwd`/pyarrow, keep the tests and use direct
call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
we are now testing what is installed in $out.
2018-10-25 23:12:16 -04:00
Dmitry Kalinkin 4ed993367f arrow-cpp: 0.10.0 -> 0.11.0 (#48066)
* arrow-cpp: 0.10.0 -> 0.11.0

* arrow-cpp: enable testing
2018-10-13 10:12:26 +02:00
Dmitry Kalinkin 3942226053 arrow-cpp: 0.9.0 -> 0.10.0
pythonPackages.pyarrow: 0.9.0 -> 0.10.0
parquet: 1.4.0 -> 1.5.0
2018-10-03 21:43:48 -04:00
Dmitry Kalinkin 671e9bd3bf
python.pkgs.pyarrow: fix for python3 2018-04-08 19:59:38 -04:00
Dmitry Kalinkin cdf612bc0d
arrow-cpp,pythonPackages.pyarrow: 0.8.0 -> 0.9.0 2018-04-04 15:24:58 -04:00
Dmitry Kalinkin a49ebbb743
parquet-cpp: init at 1.4.0
Also fix RPATH issues in pyarrow
2018-04-04 09:03:48 -04:00
Dmitry Kalinkin f9192c5424
pythonPackages.pyarrow: init at 0.8.0 2018-04-04 09:03:48 -04:00