uWSGI: Makes stubtest_allowlist_darwin more resilient against CI flakyness (#11819)

This commit is contained in:
David Salvisberg
2024-05-15 18:07:55 +02:00
committed by GitHub
parent a86115a19d
commit d3faa5a8b0
3 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -9,4 +9,7 @@ extra_description = """\
"""
[tool.stubtest]
platforms = ["linux"]
# Run stubtest on MacOS as well, to check that the
# uWSGI-specific parts of stubtest_third_party.py
# also work there
platforms = ["linux", "darwin"]