Skip test_multiprocessing_fork(server) and _spawn for now
It hangs the build
This commit is contained in:
parent
fc23c477cf
commit
872e1bafb7
@ -18,7 +18,7 @@ URL: https://www.python.org/
|
|||||||
# WARNING When rebasing to a new Python version,
|
# WARNING When rebasing to a new Python version,
|
||||||
# remember to update the python3-docs package as well
|
# remember to update the python3-docs package as well
|
||||||
Version: %{pybasever}.0
|
Version: %{pybasever}.0
|
||||||
Release: 0.14.%{?prerel}%{?dist}
|
Release: 0.15.%{?prerel}%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
|
|
||||||
@ -1061,6 +1061,9 @@ CheckPython() {
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
-x test_buffer \
|
-x test_buffer \
|
||||||
%endif
|
%endif
|
||||||
|
-x test_multiprocessing_fork \
|
||||||
|
-x test_multiprocessing_forkserver \
|
||||||
|
-x test_multiprocessing_spawn \
|
||||||
|
|
||||||
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
||||||
|
|
||||||
@ -1557,6 +1560,9 @@ CheckPython optimized
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.15.b3
|
||||||
|
- Skip test_multiprocessing_fork(server) and _spawn for now
|
||||||
|
|
||||||
* Thu Mar 29 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.14.b3
|
* Thu Mar 29 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.14.b3
|
||||||
- Update to 3.7.0b3
|
- Update to 3.7.0b3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user