gnu: python-vcrpy: Fix test failure.
* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override PYTHONPATH.master
parent
1f4319886a
commit
ee4561b08e
|
@ -233,7 +233,6 @@ result documents that can be read by tools such as Jenkins or Bamboo.")
|
|||
(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")))))))
|
||||
|
|
Reference in New Issue