From d61c1f2124232f947a295125436f0a0d978879b18326c6eb098febfa6b3c495e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 17:02:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=60 --- python-fsspec.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-fsspec.spec b/python-fsspec.spec index e441396..5008ad2 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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