forked from pool/python-brotlipy
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-brotlipy?expand=0&rev=7
This commit is contained in:
parent
e5bb15a593
commit
40e488feac
@ -65,10 +65,11 @@ export CXXFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest
|
# the skipped tests are benchmarks which can be flaky in OBS
|
||||||
|
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest -k 'not (test_streaming_compression or test_streaming_compression_flush)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE LICENSE.libbrotli
|
%license LICENSE LICENSE.libbrotli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user