guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch python-team updated: gnu: python-pyproject-metadata: Disable two


From: guix-commits
Subject: branch python-team updated: gnu: python-pyproject-metadata: Disable two tests.
Date: Sat, 06 Apr 2024 04:59:16 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new 8410875546 gnu: python-pyproject-metadata: Disable two tests.
8410875546 is described below

commit 841087554609a77eb57cbc72ecd89322d13f627e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 10:58:21 2024 +0200

    gnu: python-pyproject-metadata: Disable two tests.
    
    * gnu/packages/python-xyz.scm (python-pyproject-metadata)[arguments]:
    Disable two tests.
    (python-pyproject-metadata-0.7)[arguments]: Override.
    
    Change-Id: I13bdf9d9e8705d84306f235b1abd58a147726426
---
 gnu/packages/python-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55631f0d3b..f771aa5666 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14090,6 +14090,12 @@ plugin for flake8 to check PEP-8 naming conventions.")
         (base32
          "00zahgw9zjfqwf0218bj5k732aibnn68cq1p8f0wmbirb7fy5k31"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags
+      ;; Two tests fail because the error message slightly changed, so the
+      ;; tests' regular expressions no longer match.
+      '(list "--ignore=tests/test_standard_metadata.py")))
     (propagated-inputs (list python-packaging))
     (native-inputs (list python-pypa-build python-pytest python-setuptools
                          python-tomli python-wheel))
@@ -14116,7 +14122,8 @@ file (e.g. @file{PKG-INFO}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))))
+         "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
+    (arguments '())))
 
 ;; pep621 was renamed to pyproject-metadata.
 (define-public python-pep621



reply via email to

[Prev in Thread] Current Thread [Next in Thread]