OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=60
This commit is contained in:
parent
16cdcba341
commit
d61c1f2124
@ -63,16 +63,19 @@ BuildRequires: %{python_module fastparquet}
|
||||
BuildRequires: %{python_module fusepy}
|
||||
BuildRequires: %{python_module gcsfs}
|
||||
BuildRequires: %{python_module lz4}
|
||||
BuildRequires: %{python_module mistune}
|
||||
BuildRequires: %{python_module notebook}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module panel}
|
||||
BuildRequires: %{python_module paramiko}
|
||||
BuildRequires: %{python_module pyarrow}
|
||||
BuildRequires: %{python_module pyftpdlib}
|
||||
BuildRequires: %{python_module pygit2}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-snappy}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: git-core
|
||||
# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971
|
||||
#BuildRequires: %%{python_module s3fs}
|
||||
BuildRequires: %{python_module smbprotocol}
|
||||
@ -110,6 +113,8 @@ donttest+=" or test_dbfs"
|
||||
donttest+=" or test_find"
|
||||
# does not like the '.' from the version in the build path
|
||||
donttest+=" or (test_local and test_make_path_posix)"
|
||||
# no fuse module loaded
|
||||
donttest+=" or test_fuse"
|
||||
%pytest -rfEs -k "not ($donttest)"
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user