14
0
forked from pool/python-fuse

Skip test_fioc, fails on many platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=28
This commit is contained in:
2025-03-18 10:54:19 +00:00
committed by Git OBS Bridge
parent e527b1c30e
commit 672626c7ad

View File

@@ -73,7 +73,8 @@ export CFLAGS="%{optflags}"
%check
%if %{with test}
%pytest tests
# gh#libfuse/python-fuse#94
%pytest tests -k 'not test_fioc'
%endif
%if %{without test}