diff --git a/python/requirements-test.txt b/python/requirements-test.txt index 48422f86cc720..03b66258bdd41 100644 --- a/python/requirements-test.txt +++ b/python/requirements-test.txt @@ -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'