You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# alpine/slim openjdk images are headless and so can't do font stuff
291
+
# alpine/slim/nanoserver openjdk images are headless and so can't do font stuff
286
292
[openjdk:alpine_java-uimanager-font]=1
287
293
[openjdk:slim_java-uimanager-font]=1
294
+
[openjdk:nanoserver_java-uimanager-font]=1
288
295
# and adoptopenjdk has opted not to
289
296
[adoptopenjdk_java-uimanager-font]=1
290
297
@@ -299,4 +306,10 @@ globalExcludeTests+=(
299
306
# the Swift slim images are not expected to be able to run the swift-hello-world test because it involves compiling Swift code. The slim images are for running an already built binary.
# TODO adjust MongoDB tests to use docker networks instead of links so they can work on Windows (and consider using PowerShell to generate appropriate certificates for TLS tests instead of openssl)
rem Hy is complicated, and uses Python's internal AST representation directly, and thus Hy releases usually lag behind a little on major Python releases (and we don't want that to gum up our tests)
16
+
rem see https://github.com/hylang/hy/issues/1111 for example breakage
17
+
%python% -c "import sys; exit((sys.version_info[0] == 3 and sys.version_info[1] >= 8) or sys.version_info[0] > 3)"|| (
18
+
echo skipping Hy test -- not allowed on Python 3.8+ ^(yet!^) >&2
0 commit comments