GNU bug report logs -
#36026
[PATCH 0/4] Update Conda
Previous Next
Reported by: Pierre Neidhardt <mail <at> ambrevar.xyz>
Date: Fri, 31 May 2019 13:58:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 36026 <at> debbugs.gnu.org (full text, mbox):
Pierre Neidhardt <mail <at> ambrevar.xyz> writes:
> * gnu/packages/package-management.scm (python-conda): Update to 4.7.0.
[…]
> - (add-before 'check 'remove-failing-tests
> - (lambda _
> - ;; These tests require internet/network access
> - (let ((network-tests '("test_cli.py"
> - "test_create.py"
> - "test_export.py"
> - "test_fetch.py"
> - "test_history.py"
> - "test_info.py"
> - "test_install.py"
> - "test_priority.py"
> - "conda_env/test_cli.py"
> - "conda_env/test_create.py"
> - "conda_env/specs/test_notebook.py"
> - "conda_env/utils/test_notebooks.py"
> - "core/test_index.py"
> - "core/test_repodata.py")))
> - (with-directory-excursion "tests"
> - (for-each delete-file network-tests)
> -
> - ;; FIXME: This test creates a file, then deletes it and tests
> - ;; that the file was deleted. For some reason it fails when
> - ;; building with guix, but does not when you run it in the
> - ;; directory left when you build with the --keep-failed
> - ;; option
> - (delete-file "gateways/disk/test_delete.py")
> - #t))))
Do none of the tests now require network access? Are the tests actually
still run?
--
Ricardo
This bug report was last modified 4 years and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.