Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833939 - dev-python/fsspec-2022.02.0 fails tests
Summary: dev-python/fsspec-2022.02.0 fails tests
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:
Depends on:
Blocks:
 
Reported: 2022-02-23 09:56 UTC by Agostino Sarubbo
Modified: 2022-02-23 17:04 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,374.51 KB, text/plain)
2022-02-23 09:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-02-23 09:56:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/fsspec-2022.02.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-23 09:56:55 UTC
Created attachment 765703 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-23 09:56:56 UTC
Error(s) that match a know pattern:


SKIPPED [13] fsspec/implementations/tests/test_archive.py:45: could not import 'libarchive': No module named 'libarchive'
SKIPPED [1] fsspec/implementations/tests/test_arrow.py:5: could not import 'pyarrow.fs': No module named 'pyarrow'
SKIPPED [1] fsspec/implementations/tests/test_dask.py:5: could not import 'distributed': No module named 'distributed'
SKIPPED [1] fsspec/implementations/tests/test_git.py:11: could not import 'pygit2': No module named 'pygit2'
SKIPPED [1] fsspec/implementations/tests/test_hdfs.py:7: could not import 'pyarrow': No module named 'pyarrow'
SKIPPED [1] fsspec/implementations/tests/test_jupyter.py:10: could not import 'notebook': No module named 'notebook'
SKIPPED [1] fsspec/implementations/tests/test_local.py:260: could not import 'cloudpickle': No module named 'cloudpickle'
SKIPPED [1] fsspec/tests/test_compression.py:126: could not import 'snappy': No module named 'snappy'
SKIPPED [1] fsspec/tests/test_compression.py:68: could not import 'lz4': No module named 'lz4'
SKIPPED [1] fsspec/tests/test_compression.py:97: could not import 'zstandard': No module named 'zstandard'
SKIPPED [1] fsspec/tests/test_fuse.py:9: could not import 'fuse': No module named 'fuse'
SKIPPED [1] fsspec/tests/test_gui.py:3: could not import 'panel': No module named 'panel'
SKIPPED [2] fsspec/implementations/tests/test_ftp.py:18: could not import 'pyftpdlib': No module named 'pyftpdlib'
SKIPPED [48] fsspec/conftest.py:33: could not import 'pyftpdlib': No module named 'pyftpdlib'
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-02-23 16:37:06 UTC
I've got a fix ready to push when I've finished building kernels.
Comment 4 Larry the Git Cow gentoo-dev 2022-02-23 17:04:09 UTC
The bug has been closed via the following commit(s):

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

commit d01b67b749289e3c5c0b8c997b1d8748ac4ece9e
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-02-23 16:36:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-02-23 17:04:01 +0000

    dev-python/fsspec: Add missing test deps
    
    Closes: https://bugs.gentoo.org/833939
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/fsspec/fsspec-2022.02.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)