guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-semver: Do not patch virtualenv for tests.


From: guix-commits
Subject: 02/03: gnu: python-semver: Do not patch virtualenv for tests.
Date: Fri, 13 Dec 2019 07:56:29 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit c587482dcb513f9800db27cb8de21ec21adee399
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 13 06:54:23 2019 -0600

    gnu: python-semver: Do not patch virtualenv for tests.
    
    * gnu/packages/python-xyz.scm (python-semver)[arguments]: The substitution
      case for patching virtualenv versioning is no longer requireed.
---
 gnu/packages/python-xyz.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3705e81..a66b1bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14336,15 +14336,6 @@ such as figshare or Zenodo.")
           (base32
             "183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-test-requirements
-           (lambda _
-             (substitute* "setup.py"
-               ;; Our Python is new enough.
-               (("'virtualenv<14\\.0\\.0'") "'virtualenv'"))
-             #t)))))
     (native-inputs
      `(("python-tox" ,python-tox)
        ("python-virtualenv" ,python-virtualenv)))



reply via email to

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