[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/59: gnu: python-mysql-connector-python: Defuse time bomb.
From: |
guix-commits |
Subject: |
50/59: gnu: python-mysql-connector-python: Defuse time bomb. |
Date: |
Tue, 16 Jan 2024 07:16:39 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c3210ae8e235177fe6ca42016040c4b58b0fff3d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 15:01:36 2024 +0100
gnu: python-mysql-connector-python: Defuse time bomb.
Additional tests fail due to expired certificates. Disable them.
* gnu/packages/python-xyz.scm (python-mysql-connector-python)[arguments]:
Disable six additional tests.
Change-Id: I99b5f15736af89c0281ab7aca56c1bd3958d1a46
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 92f00eca2a..095e74c844 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1309,10 +1309,26 @@ variables into the markdown template")
(substitute* "tests/test_bugs.py"
(("def test_change_user") "def _do_not_test_change_user")
(("def test_lost_connection") "def
_do_not_test_lost_connection")
- (("def test_kill_query") "def _do_not_test_kill_query"))
+ (("def test_kill_query") "def _do_not_test_kill_query")
+ ;; These all fail because of expired certificates.
+ (("def test_cext_verify_server_certificate")
+ "def _do_not_test_cext_verify_server_certificate")
+ (("def test_pure_verify_server_certificate")
+ "def _do_not_test_pure_verify_server_certificate")
+ (("def test_verify_server_name_cext_cnx")
+ "def _do_not_test_verify_server_name_cext_cnx")
+ (("def test_verify_server_name_pure_cnx")
+ "def _do_not_test_verify_server_name_pure_cnx"))
(substitute* "tests/test_connection.py"
(("def test_allow_local_infile_in_path")
- "def _do_not_test_allow_local_infile_in_path"))
+ "def _do_not_test_allow_local_infile_in_path")
+ ;; This fails because of expired certificates.
+ (("def test_connect_with_unix_socket")
+ "def _do_not_test_connect_with_unix_socket"))
+ (substitute* "tests/test_mysqlx_connection.py"
+ ;; This fails because of expired certificates.
+ (("def test_ssl_connection")
+ "def _do_not_test_ssl_connection"))
(substitute* "tests/test_constants.py"
(("def test_deprecated")
"def _do_not_test_deprecated"))
- 24/59: gnu: python-cleanlab: Disable test_aux_inputs, enable other tests., (continued)
- 24/59: gnu: python-cleanlab: Disable test_aux_inputs, enable other tests., guix-commits, 2024/01/16
- 21/59: gnu: python-seaborn: Update to 0.13.1., guix-commits, 2024/01/16
- 30/59: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/16
- 34/59: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/16
- 35/59: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/16
- 33/59: gnu: python-cooler: Update to 0.9.1., guix-commits, 2024/01/16
- 36/59: gnu: python-cartopy: Update to 0.22.0., guix-commits, 2024/01/16
- 45/59: gnu: datasette: Update to 1.0a7., guix-commits, 2024/01/16
- 48/59: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/16
- 49/59: gnu: python-adjusttext: Disable tests., guix-commits, 2024/01/16
- 50/59: gnu: python-mysql-connector-python: Defuse time bomb.,
guix-commits <=
- 51/59: gnu: python-telomerecat: Disable tests., guix-commits, 2024/01/16
- 16/59: gnu: python-umap-learn: Update to 0.5.5., guix-commits, 2024/01/16
- 29/59: gnu: python-pegasusio: Disable tests., guix-commits, 2024/01/16
- 46/59: gnu: python-click-default-group: Update to 1.2.4., guix-commits, 2024/01/16
- 54/59: gnu: python-geopandas: Update to 0.14.2., guix-commits, 2024/01/16
- 58/59: gnu: python-pyrdfa3: Update to 3.6.2., guix-commits, 2024/01/16
- 19/59: gnu: Add python-contourpy., guix-commits, 2024/01/16
- 23/59: gnu: python-scanpy: Update to 1.9.6., guix-commits, 2024/01/16
- 22/59: gnu: Add python-pytest-nunit., guix-commits, 2024/01/16
- 43/59: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/16