Skip to content

Commit

Permalink
ARROW-14628: [Release][Python] Use python -m pytest
Browse files Browse the repository at this point in the history
Ensure runs on AlmaLinux

Closes #11639 from bkmgit/ARROW-14628

Authored-by: Benson Muite <bkmgit@users.noreply.github.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
bkmgit authored and pitrou committed Nov 8, 2021
1 parent 2eafc60 commit 76c1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_unix_test.sh
Expand Up @@ -80,5 +80,5 @@ if [ "${CHECK_UNITTESTS}" == "ON" ]; then
pip install -U -r ${source_dir}/python/requirements-wheel-test.txt
# Execute unittest, test dependencies must be installed
python -c 'import pyarrow; pyarrow.create_library_symlinks()'
pytest -r s --pyargs pyarrow
python -m pytest -r s --pyargs pyarrow
fi

0 comments on commit 76c1242

Please sign in to comment.