diff options
| author | Marius Bakke <marius@gnu.org> | 2021-12-16 21:46:46 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-12-16 22:21:13 +0100 |
| commit | ee4561b08e54c379525837e78bc152ca74bf21e3 (patch) | |
| tree | 6c665009c8a13cb7e737b7cf71a8391da3cde08f /gnu/packages/python-check.scm | |
| parent | 1f4319886a9523ee46033f1d28b15f564bab4312 (diff) | |
gnu: python-vcrpy: Fix test failure.
* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override
PYTHONPATH.
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e94e2d00113..6bd86d451fa 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -233,7 +233,6 @@ result documents that can be read by tools such as Jenkins or Bamboo.") | |||
| 233 | (when tests? | 233 | (when tests? |
| 234 | (substitute* "tox.ini" | 234 | (substitute* "tox.ini" |
| 235 | (("AWS_ACCESS_KEY_ID") "PYTHONPATH")) | 235 | (("AWS_ACCESS_KEY_ID") "PYTHONPATH")) |
| 236 | (setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH"))) | ||
| 237 | ;; These tests require network access. | 236 | ;; These tests require network access. |
| 238 | (delete-file "tests/unit/test_stubs.py") | 237 | (delete-file "tests/unit/test_stubs.py") |
| 239 | (invoke "pytest" "tests/unit"))))))) | 238 | (invoke "pytest" "tests/unit"))))))) |
