15
0
Tomáš Chvátal
2020-02-28 14:35:51 +00:00
committed by Git OBS Bridge
parent b8094f3355
commit 048252bb8f
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f399c6753789a03f24b3ecad4fb3c3c63515fe2f7fb9658a6cd7b4af14eaaa95
size 426443
oid sha256:d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899
size 1350796

View File

@@ -51,11 +51,12 @@ find {README.rst,LICENSE} -type f -perm /111 -exec chmod 644 {} \;
%install
%python_install
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_all_methods_present needs readthedocs available
%pytest -k 'not test_all_methods_present'
%files %{python_files}
%doc README.rst