guix-commits
[Top][All Lists]
Advanced

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

35/213: gnu: python-devtools: Simplify.


From: guix-commits
Subject: 35/213: gnu: python-devtools: Simplify.
Date: Fri, 10 Jan 2025 10:42:50 -0500 (EST)

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

commit 69221448816afd67a09601ed4325aa32e61ac654
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 12:32:44 2024 +0100

    gnu: python-devtools: Simplify.
    
    * gnu/packages/python-xyz.scm (python-devtools)[arguments]: Enable one
    additional test; delete obsolete phase 'relax-requirements.
    
    Change-Id: I5dcf88954cdf8d37e522c425bf7bef4c29913205
---
 gnu/packages/python-xyz.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 71a35baa55..d829ba1c90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33728,18 +33728,8 @@ and have a maximum lifetime built-in.")
      (list
       #:test-flags
       ;; Disable some failing tests.
-      #~(list "-k" (string-append "not test_print_subprocess"
-                                  " and not test_simple")
-              "--ignore=tests/test_insert_assert.py")
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'relax-requirements
-            (lambda _
-              (substitute* "pyproject.toml"
-                ;; Pygments 2.12.0 is available.
-                (("2.15.0") "2.12.0")
-                ;; executing 0.8.2 is available.
-                (("1.1.1") "0.8.2")))))))
+      '(list "-k" "not test_print_subprocess"
+             "--ignore=tests/test_insert_assert.py")))
     (native-inputs
      (list python-hatchling python-pytest python-pytest-mock))
     (propagated-inputs



reply via email to

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