diff --git a/pyproject.toml b/pyproject.toml index 50458c1f..de59cd29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ test = [ "pytest-mock", "time-machine >= 2.13.0; python_implementation == 'CPython'", """\ - uwsgi; python_implementation == 'CPython' and platform_system == 'Linux'\ + uwsgi <= 2.0.26; python_implementation == 'CPython' and platform_system == 'Linux'\ and python_version < '3.13'\ """, ]