[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/131: gnu: python-django-url-filter: Do not alter PYTHONPATH.
From: |
guix-commits |
Subject: |
47/131: gnu: python-django-url-filter: Do not alter PYTHONPATH. |
Date: |
Fri, 29 Jan 2021 09:21:55 -0500 (EST) |
apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.
commit 3f3799fdef1f47bbad6d46d1d90fc41d49ba132d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 00:35:14 2021 -0500
gnu: python-django-url-filter: Do not alter PYTHONPATH.
* gnu/packages/django.scm (python-django-url-filter)
[phases]: Delete trailing #t.
{check}: Do not alter PYTHONPATH.
---
gnu/packages/django.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 75a1121..d4919ce 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1236,15 +1236,11 @@ to ElasticSearch.")
;; Do not depend on compatibility package for old
;; Python versions.
(substitute* "requirements.txt"
- (("enum-compat") ""))
- #t))
+ (("enum-compat") ""))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(if tests?
(begin
- (setenv "PYTHONPATH"
- (string-append "./build/lib:.:"
- (getenv "PYTHONPATH")))
(setenv "DJANGO_SETTINGS_MODULE"
"test_project.settings")
(invoke "pytest" "-vv" "--doctest-modules"
- 65/131: gnu: python-attrs: Do not set PYTHONPATH., (continued)
- 65/131: gnu: python-attrs: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 60/131: gnu: fenics: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 74/131: gnu: python-jsonschema: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 36/131: gnu: python-libtmux: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 51/131: gnu: fifengine: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 52/131: gnu: meson: Update to 0.56.2., guix-commits, 2021/01/29
- 53/131: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/01/29
- 69/131: gnu: python-colorlog: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 72/131: gnu: python-aenum: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 41/131: gnu: python-pytest-django: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 47/131: gnu: python-django-url-filter: Do not alter PYTHONPATH.,
guix-commits <=
- 48/131: gnu: graphite2: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 54/131: gnu: gdk-pixbuf: Update to 2.42.2., guix-commits, 2021/01/29
- 55/131: gnu: python-fenics-dijitso: Do not alter PYTHONPATH., guix-commits, 2021/01/29
- 67/131: gnu: python-stone: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 68/131: gnu: python-typed-ast: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 71/131: gnu: python-hdf4: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 64/131: gnu: python-pynacl: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 66/131: gnu: python-pathos: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 63/131: gnu: python-pytest-isort: Do not set PYTHONPATH., guix-commits, 2021/01/29
- 62/131: gnu: pagekit: Do not set PYTHONPATH., guix-commits, 2021/01/29