Skip to content

Commit

Permalink
GH-44218: [Benchmarking][Python] Avoid uwsgi install failure on macOS (
Browse files Browse the repository at this point in the history
…#44221)

* GitHub Issue: #44218

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
pitrou committed Sep 25, 2024
1 parent 8aa2ed0 commit c557fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ hypothesis
pandas
pytest
pytz
uwsgi; sys.platform != 'win32' and python_version < '3.13'
# uwsgi disabled on macOS because of GH-44218
uwsgi; sys.platform != 'win32' and sys.platform != 'darwin' and python_version < '3.13'

0 comments on commit c557fe5

Please sign in to comment.