[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/131: gnu: python-webassets: Do not set PYTHONPATH.
From: |
guix-commits |
Subject: |
107/131: gnu: python-webassets: Do not set PYTHONPATH. |
Date: |
Fri, 29 Jan 2021 09:22:15 -0500 (EST) |
apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.
commit 7f541bfffa56ad03fb6e705c1a7f86963f305d40
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 14:22:46 2021 -0500
gnu: python-webassets: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-webassets)
[phases]: Delete trailing #t.
{check}: Do not set PYTHONPATH.
---
gnu/packages/python-web.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 980b0b3..65f61ac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3645,13 +3645,9 @@ for Flask.")
(lambda _
;; This test requires 'postcss' and 'babel' which are
;; not yet available in Guix.
- (delete-file "tests/test_filters.py")
- #t))
+ (delete-file "tests/test_filters.py")))
(replace 'check
(lambda _
- (setenv "PYTHONPATH"
- (string-append "./build/lib:"
- (getenv "PYTHONPATH")))
(invoke "pytest" "-vv"))))))
(native-inputs
`(("python-jinja2" ,python-jinja2)
- 104/131: gnu: python-databricks-cli: Do not set PYTHONPATH., (continued)
- 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, 2021/01/29
- 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 <=
- 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