gnu: python-vcrpy: Fix test failure.

* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override
PYTHONPATH.
This commit is contained in:
Marius Bakke 2021-12-16 21:46:46 +01:00
parent 1f4319886a
commit ee4561b08e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -233,7 +233,6 @@ (define-public python-vcrpy
(when tests?
(substitute* "tox.ini"
(("AWS_ACCESS_KEY_ID") "PYTHONPATH"))
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
;; These tests require network access.
(delete-file "tests/unit/test_stubs.py")
(invoke "pytest" "tests/unit")))))))