mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-vcrpy: Fix test failure.
* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override PYTHONPATH.
This commit is contained in:
parent
1f4319886a
commit
ee4561b08e
1 changed files with 0 additions and 1 deletions
|
@ -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")))))))
|
||||
|
|
Loading…
Reference in a new issue