diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-04-19 07:08:55 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-23 22:47:11 +0200 |
| commit | 8119d7fc9d0503b76746799a998a42a7d18e74c7 (patch) | |
| tree | 9a953f4a84dea1240f93147d4e04b8ce8073bd9f /gnu/packages/python.scm | |
| parent | 3e358dd784d085af7146d53f7e4e111c31417abc (diff) | |
gnu: python: Skip test_ssl on the Hurd.
The test is failing with openssl 3.5 in non linux paths.
* gnu/packages/python.scm (python-3.11)[#:make-flags]: Skip test_ssl test
on the Hurd.
Fixes: guix/guix#4062
Change-Id: Ia83b51dfc18cf92c2fee02415fe628ac2675582d
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e56ef99bde2..cf1235b5282 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -819,6 +819,7 @@ def contents() -> str: | |||
| 819 | " test_multiprocessing_main_handling" | 819 | " test_multiprocessing_main_handling" |
| 820 | " test_pdb " | 820 | " test_pdb " |
| 821 | " test_regrtest" | 821 | " test_regrtest" |
| 822 | " test_ssl" ;; Fails with openssl 3.5 | ||
| 822 | " test_sqlite") | 823 | " test_sqlite") |
| 823 | '()) | 824 | '()) |
| 824 | ,@(if (system-hurd64?) | 825 | ,@(if (system-hurd64?) |
