We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c5af commit aafd42aCopy full SHA for aafd42a
pyproject.toml
@@ -81,6 +81,11 @@ skip = ["*-musllinux_*", "cp31?t-*"]
81
# build[uv] is verbose by default, so below flag is not needed here
82
# build-verbosity = 3
83
84
+# In CIBW 2, defaults to pypy-enabled, but is throwing warnings about the
85
+# default changing in CIBW 3. So since we use pypy, lets explicitly enable it.
86
+# https://cibuildwheel.pypa.io/en/stable/options/#enable
87
+enable = ["pypy"]
88
+
89
environment = { SDL_VIDEODRIVER="dummy", SDL_AUDIODRIVER="disk" }
90
test-command = "python -m pygame.tests -v --exclude opengl,music,timing --time_out 300"
91
test-requires = ["numpy"]
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments