[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/131: gnu: python-flasgger: Do not set PYTHONPATH.
From: |
guix-commits |
Subject: |
97/131: gnu: python-flasgger: Do not set PYTHONPATH. |
Date: |
Fri, 29 Jan 2021 09:22:12 -0500 (EST) |
apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.
commit 9ae43ad34f37d7700ecc23913b3abb9eae7bf10b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 10:48:24 2021 -0500
gnu: python-flasgger: Do not set PYTHONPATH.
* gnu/packages/python-check.scm (python-flasgger)
[phases]{check}: Do not set PYTHONPATH.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8cf3418..fa036a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16501,9 +16501,6 @@ as Swagger.")
(substitute* "Makefile"
(("flake8 flasgger --ignore=F403")
"flake8 flasgger --ignore=E731,F403"))
- (setenv "PYTHONPATH" (string-append (getcwd)
- ":"
- (getenv "PYTHONPATH")))
(invoke "py.test"))))))
(propagated-inputs
`(("python-flask" ,python-flask)
- 87/131: gnu: python-libcst: Do not set PYTHONPATH., (continued)
- 87/131: gnu: python-libcst: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 86/131: gnu: python-gevent: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 104/131: gnu: python-databricks-cli: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 109/131: doc: Update references to PYTHONPATH and some examples., guix-commits, 2021/01/29
- 106/131: gnu: python-flask-wtf: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 119/131: gnu: python-cloudpickle: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 124/131: gnu: seahorse-adventures: Wrap with GUIX_PYTHONPATH., guix-commits, 2021/01/29
- 118/131: gnu: gnuradio: Use GUIX_PYTHONPATH in search path., guix-commits, 2021/01/29
- 128/131: gnu: ceph: Streamline use of PYTHONPATH., guix-commits, 2021/01/29
- 90/131: gnu: python-natsort: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 97/131: gnu: python-flasgger: Do not set PYTHONPATH.,
guix-commits <=
- 101/131: gnu: python-aws-xray-sdk: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 107/131: gnu: python-webassets: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 122/131: gnu: avogadro: Wrap with GUIX_PYTHONPATH., guix-commits, 2021/01/29
- 116/131: gnu: pypy3: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 110/131: gnu: 389-ds-base: Wrap with GUIX_PYTHONPATH., guix-commits, 2021/01/29
- 125/131: gnu: ganeti: Remove PYTHONPATH-altering patch., guix-commits, 2021/01/29