Accepting request 682487 from home:jayvdb:py-check-failures

- Remove test suite exception which was fixed by 7a76a38153*.patch
- Add doc/*/*.rst to %doc

OBS-URL: https://build.opensuse.org/request/show/682487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=61
This commit is contained in:
Tomáš Chvátal 2019-03-07 16:39:07 +00:00 committed by Git OBS Bridge
parent 3bca1778c0
commit 9495981e5a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 7 14:10:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove test suite exception which was fixed by 7a76a38153*.patch
- Add doc/*/*.rst to %doc
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 2 10:39:31 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com> Sat Mar 2 10:39:31 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
@ -34,7 +40,7 @@ Wed Oct 17 18:53:19 CEST 2018 - mcepl@suse.com
Fri Sep 21 07:24:58 CEST 2018 - mcepl@suse.com Fri Sep 21 07:24:58 CEST 2018 - mcepl@suse.com
- Add 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch as - Add 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch as
a workardond against a workaround against
https://bitbucket.org/cffi/cffi/issues/378/ (possible bug in https://bitbucket.org/cffi/cffi/issues/378/ (possible bug in
GCC, see https://bugzilla.redhat.com/1552724). GCC, see https://bugzilla.redhat.com/1552724).

View File

@ -54,13 +54,13 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
# https://bitbucket.org/cffi/cffi/issues/390/
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
py.test-%$python_bin_suffix -v -k 'not test_dlopen' -W ignore::UserWarning c/ testing/ py.test-%$python_bin_suffix -v -W ignore::UserWarning c/ testing/
} }
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.md doc/source/*.rst doc/misc/*.rst
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog