Enable multi-process testing using python3-xdist

This commit is contained in:
Petr Viktorin 2019-07-23 10:59:53 +02:00 committed by Nils Philippsen
parent 5bed0f0edb
commit ff36bf955c

View File

@ -108,7 +108,7 @@ rm -rf doc/build
PYTHONPATH=. %{__python2} -m pytest test PYTHONPATH=. %{__python2} -m pytest test
%if 0%{?with_python3} %if 0%{?with_python3}
PYTHONPATH=. %{__python3} -m pytest test PYTHONPATH=. %{__python3} -m pytest test --numprocesses=auto
%endif %endif
@ -130,6 +130,7 @@ PYTHONPATH=. %{__python3} -m pytest test
%changelog %changelog
* Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com> * Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com>
- Remove dependency on python2-xdist - Remove dependency on python2-xdist
- Enable multi-process testing using python3-xdist
* Tue Jun 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.3.5-1 * Tue Jun 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.3.5-1
- Update to 1.3.5 (#1721271). - Update to 1.3.5 (#1721271).