Skip to content

Commit

Permalink
Also install uwsgi for Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 16, 2024
1 parent 380c531 commit f0296af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ mamba create -n arrow -y -c conda-forge ^
"pandas" ^
"fsspec" ^
"python=%PYTHON%" ^
"uwsgi" ^
|| exit /B
conda list -n arrow

Expand Down
1 change: 1 addition & 0 deletions python/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ hypothesis
pandas
pytest
pytz
uwsgi

0 comments on commit f0296af

Please sign in to comment.