Skip to content

Commit

Permalink
Fetch tests from pyarrow, not pyarrow.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 9, 2024
1 parent 1061dae commit 95e5742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor-cpp-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ set PYARROW_TZDATA_PATH=%USERPROFILE%\Downloads\test\tzdata

set PYTHONDEVMODE=1

python -m pytest -r sxX --durations=15 --pyargs pyarrow.tests || exit /B
python -m pytest -r sxX --durations=15 --pyargs pyarrow || exit /B

0 comments on commit 95e5742

Please sign in to comment.