diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cf1235b528..79696e2a77 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -768,6 +768,9 @@ def contents() -> str: " test_threading" " test_asyncio" " test_shutdown" + ,@(if (target-ppc32?) + '(" test_ssl") + '()) ,@(if (system-hurd?) '(" test_posix" ;multiple errors " test_time" |
