Commit cb81f7d
committed
ARROW-7735: [Release][Python] Use pip to install dependencies for wheel verification
The wheel verification script fails for python 3.5.
At the same time the wheel properly works for python 3.5 docker
images without conda environment.
Conda forge doesn't maintain packages for python 3.5 anymore
and something must have mixed with the numpy versions.
This change fixed the wheel verification locally for me.
Closes #6339 from kszucs/wheel-verification and squashes the following commits:
3e96949 <Krisztián Szűcs> remove pytest verbose flags
026e5fb <Krisztián Szűcs> use pip to install dependencies for wheel verification
Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>1 parent 68c2f3c commit cb81f7d
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
614 | 616 | | |
615 | 617 | | |
616 | 618 | | |
| |||
640 | 642 | | |
641 | 643 | | |
642 | 644 | | |
643 | | - | |
644 | | - | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
645 | 649 | | |
646 | 650 | | |
647 | 651 | | |
| |||
0 commit comments