me
/
guix
Archived
1
0
Fork 0

gnu: python-vcrpy: Fix test failure.

* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override
PYTHONPATH.
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -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")))))))