guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: python-vcrpy: Fix test failure.


From: guix-commits
Subject: 12/13: gnu: python-vcrpy: Fix test failure.
Date: Thu, 16 Dec 2021 16:23:14 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ee4561b08e54c379525837e78bc152ca74bf21e3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 16 21:46:46 2021 +0100

    gnu: python-vcrpy: Fix test failure.
    
    * gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override
    PYTHONPATH.
---
 gnu/packages/python-check.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e94e2d0..6bd86d4 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -233,7 +233,6 @@ result documents that can be read by tools such as Jenkins 
or Bamboo.")
              (when tests?
                (substitute* "tox.ini"
                  (("AWS_ACCESS_KEY_ID") "PYTHONPATH"))
-               (setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
                ;; These tests require network access.
                (delete-file "tests/unit/test_stubs.py")
                (invoke "pytest" "tests/unit")))))))



reply via email to

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