diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 281e58a37f..6f35d982cc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8297,10 +8297,6 @@ (define-public python-flake8-polyfill (substitute* "setup.cfg" (("\\[pytest\\]") "[tool:pytest]")) - - (setenv "PYTHONPATH" - (string-append (getcwd) "/build/lib:" - (getenv "PYTHONPATH"))) (invoke "py.test" "-v")))))) (native-inputs `(("python-flake8" ,python-flake8)