Workaround pyca/cryptography#4885
https://github.com/pyca/cryptography/issues/4885 https://bugzilla.redhat.com/show_bug.cgi?id=1708353
This commit is contained in:
parent
080edf5105
commit
a7f7f7376f
@ -129,11 +129,12 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} setup.py test
|
# see https://github.com/pyca/cryptography/issues/4885 for the deselected test
|
||||||
|
PYTHONPATH=%{buildroot}%{python2_sitearch} %{__python2} -m pytest -k "not test_buffer_protocol_alternate_modes[mode5]"
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%{__python3} setup.py test
|
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not test_buffer_protocol_alternate_modes[mode5]"
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user