Disable uwsgi, pyaudio, jack-client stubtest on macOS (#11821)

This commit is contained in:
Shantanu
2024-04-23 23:10:33 -07:00
committed by GitHub
parent 7ed91bc2e7
commit 29db988c0a
5 changed files with 10 additions and 13 deletions

View File

@@ -9,7 +9,4 @@ extra_description = """\
"""
[tool.stubtest]
# Run stubtest on MacOS as well, to check that the
# uWSGI-specific parts of stubtest_third_party.py
# also work there
platforms = ["linux", "darwin"]
platforms = ["linux"]