guix-commits
[Top][All Lists]
Advanced

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

101/131: gnu: python-aws-xray-sdk: Do not set PYTHONPATH.


From: guix-commits
Subject: 101/131: gnu: python-aws-xray-sdk: Do not set PYTHONPATH.
Date: Mon, 1 Feb 2021 11:57:00 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 011cd722baaa088f716c915107459c902c0dfcc5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 14:16:50 2021 -0500

    gnu: python-aws-xray-sdk: Do not set PYTHONPATH.
    
    * gnu/packages/python-web.scm (python-aws-xray-sdk)
    [phases]{check}: Do not set PYTHONPATH.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 60a7358..7f2b224 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -358,9 +358,6 @@ Model} (SAM) templates into AWS CloudFormation templates.")
                                   "tests/ext/aiohttp/test_client.py"))))
                   (replace 'check
                     (lambda _
-                      (setenv "PYTHONPATH"
-                              (string-append "./build/lib:.:"
-                                             (getenv "PYTHONPATH")))
                       (invoke "pytest" "-vv" "tests"))))))
     (native-inputs
      `(;; These are required for the test suite.



reply via email to

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