Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746566 - dev-python/fsspec-0.8.0: tests fail (HTTPFileSystem requires "requests" to be installed)
Summary: dev-python/fsspec-0.8.0: tests fail (HTTPFileSystem requires "requests" to be...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-10-04 17:27 UTC by Sam James
Modified: 2020-10-04 17:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-04 17:27:46 UTC
fsspec/registry.py:188: ImportError
========================================================================= short test summary info =========================================================================
FAILED fsspec/implementations/tests/test_http.py::test_list - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_policy_arg - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_exists - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_read - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_methods - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_random_access[headers0] - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_random_access[headers1] - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_random_access[headers2] - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_random_access[headers3] - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_mapper_url - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_content_length_zero - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_download - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_multi_download - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_mcat - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_mcat_expand - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_docstring - ImportError: HTTPFileSystem requires "requests" to be installed
FAILED fsspec/implementations/tests/test_http.py::test_async_other_thread - ImportError: HTTPFileSystem requires "requests" to be installed
========================================================== 17 failed, 271 passed, 46 skipped, 1 xfailed in 4.47s ==========================================================
 * ERROR: dev-python/fsspec-0.8.0::gentoo failed (test phase):
 *   Tests fail with python3.6
Comment 1 Larry the Git Cow gentoo-dev 2020-10-04 17:41:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba51d57adffa7c7032555e787294be0cc72c7cd5

commit ba51d57adffa7c7032555e787294be0cc72c7cd5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-10-04 17:41:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-10-04 17:41:18 +0000

    dev-python/fsspec: add missing test dependency (requests)
    
    Closes: https://bugs.gentoo.org/746566
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/fsspec/fsspec-0.8.0.ebuild | 1 +
 dev-python/fsspec/fsspec-0.8.2.ebuild | 1 +
 2 files changed, 2 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-10-04 17:55:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab

commit 7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-10-04 17:55:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-10-04 17:55:16 +0000

    dev-python/fsspec: throw in another test dep (aiohttp)
    
    The previous error message was misleading, it was missing
    both aiohttp and requests, and only mentioned the latter!
    
    Bug: https://bugs.gentoo.org/746566
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/fsspec/fsspec-0.8.0.ebuild | 1 +
 dev-python/fsspec/fsspec-0.8.2.ebuild | 1 +
 2 files changed, 2 insertions(+)