Skip to content

Commit 8660590

Browse files
authored
Capped uWSGI version in test dependencies to fix tests (#982)
1 parent a79e027 commit 8660590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test = [
6464
"pytest-mock",
6565
"time-machine >= 2.13.0; python_implementation == 'CPython'",
6666
"""\
67-
uwsgi; python_implementation == 'CPython' and platform_system == 'Linux'\
67+
uwsgi <= 2.0.26; python_implementation == 'CPython' and platform_system == 'Linux'\
6868
and python_version < '3.13'\
6969
""",
7070
]

0 commit comments

Comments
 (0)