Stop running the tests in xvfb (not needed since 5.x)
This commit is contained in:
parent
f00ad2052f
commit
7821903995
@ -35,9 +35,6 @@ BuildRequires: python3-jupyter-client
|
|||||||
BuildRequires: python3-testpath
|
BuildRequires: python3-testpath
|
||||||
# for frontend
|
# for frontend
|
||||||
BuildRequires: python3-pygments
|
BuildRequires: python3-pygments
|
||||||
|
|
||||||
# for running qt/matplotlib tests
|
|
||||||
BuildRequires: xorg-x11-server-Xvfb
|
|
||||||
%endif # with check
|
%endif # with check
|
||||||
|
|
||||||
%global ipython_desc_base \
|
%global ipython_desc_base \
|
||||||
@ -188,7 +185,6 @@ pushd run_tests
|
|||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||||
PATH="%{buildroot}%{_bindir}:$PATH" \
|
PATH="%{buildroot}%{_bindir}:$PATH" \
|
||||||
LC_ALL=en_US.UTF-8 \
|
LC_ALL=en_US.UTF-8 \
|
||||||
xvfb-run \
|
|
||||||
%{buildroot}%{_bindir}/iptest3 %{test_groups}
|
%{buildroot}%{_bindir}/iptest3 %{test_groups}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -241,6 +237,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri May 11 2018 Miro Hrončok <mhroncok@redhat.com> - 6.4.0-1
|
* Fri May 11 2018 Miro Hrončok <mhroncok@redhat.com> - 6.4.0-1
|
||||||
- Update to 6.4.0 (#1577182)
|
- Update to 6.4.0 (#1577182)
|
||||||
|
- Stop running the tests in xvfb (not needed since 5.x)
|
||||||
|
|
||||||
* Tue Apr 10 2018 Miro Hrončok <mhroncok@redhat.com> - 6.3.1-1
|
* Tue Apr 10 2018 Miro Hrončok <mhroncok@redhat.com> - 6.3.1-1
|
||||||
- Update to 6.3.1 (#1563215)
|
- Update to 6.3.1 (#1563215)
|
||||||
|
Loading…
Reference in New Issue
Block a user