From 5cc3d512be61f7bae5e38f649bc0cc128102bee6 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 24 Jan 2021 14:19:32 -0500 Subject: [PATCH] gnu: python-jsonpickle: Do not set PYTHONPATH. * gnu/packages/python-web.scm (python-jsonpickle) [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 f6789eaee9..d24e778290 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -703,9 +703,6 @@ content using a variety of algorithms.") `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "-vv" ;; Prevent running the flake8 and black ;; pytest plugins, which only tests style