diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-10 13:56:17 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:30 +0100 |
| commit | 35dce1ef557b52ebb707300b5d81dc8ff19f3c6c (patch) | |
| tree | b43f5b4fd4c521d121ecfb02714ed635440787ae /gnu | |
| parent | f402e25674241238a06f65aa63edbcad133a97f4 (diff) | |
gnu: python-mysql-connector-python: Skip one more test.
* gnu/packages/python-xyz.scm (python-mysql-connector-python):
[phases]{check}: Skip one more test.
Change-Id: I22277bc3cdf0634b166f3198d005c82c37b8796f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a5d85e98fc5..cacc0fef7e3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3592,6 +3592,7 @@ Markdown. It also includes initial support for Google-formatted docstrings.") (build-system python-build-system) (arguments (list + ;; tests: 1371 passed #:configure-flags #~(list (string-append "--with-mysql-capi=" #$(this-package-input "mysql")) @@ -3653,7 +3654,10 @@ Markdown. It also includes initial support for Google-formatted docstrings.") (substitute* "tests/test_mysqlx_connection.py" ;; This fails because of expired certificates. (("def test_ssl_connection") - "def _do_not_test_ssl_connection")) + "def _do_not_test_ssl_connection") + ;; ValueError: Invalid IPv6 URL + (("def test_connection_uri") + "def _do_not_test_connection_uri")) (substitute* "tests/test_constants.py" (("def test_deprecated") "def _do_not_test_deprecated")) |
