diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-25 08:30:32 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-25 08:31:15 +0300 |
| commit | f43c3895cd59533a8e1cf087568f24f64ee5e91d (patch) | |
| tree | 90a235488b2aef90aba262b5b8d0ff6fd2ff6fa5 /gnu/packages | |
| parent | 39d04c9f8624a35b7f888c848b89ca7d312ba60c (diff) | |
gnu: python-3.12: Skip a test on powerpc-linux.
* gnu/packages/python.scm (python-3.12)[arguments]: Skip a test when
building for powerpc-linux.
Change-Id: I3141badb5c936b49bd49afeb489e501ba8d12571
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dc42fe5a568..9111917c2c4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1005,6 +1005,8 @@ def contents() -> str: | |||
| 1005 | " test_threading" | 1005 | " test_threading" |
| 1006 | " test_asyncio" | 1006 | " test_asyncio" |
| 1007 | " test_shutdown" | 1007 | " test_shutdown" |
| 1008 | #$@(if (target-ppc32?) | ||
| 1009 | #~(" test_ssl")) | ||
| 1008 | #$@(if (system-hurd?) | 1010 | #$@(if (system-hurd?) |
| 1009 | #~(" test_posix" ;multiple errors | 1011 | #~(" test_posix" ;multiple errors |
| 1010 | " test_time" | 1012 | " test_time" |
