From 78219039952dfd5b19cdd05e3f65eae900ee5118 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 11 2018 14:56:06 +0000 Subject: Stop running the tests in xvfb (not needed since 5.x) --- diff --git a/ipython.spec b/ipython.spec index 7f388dc..13f71f4 100644 --- a/ipython.spec +++ b/ipython.spec @@ -35,9 +35,6 @@ BuildRequires: python3-jupyter-client BuildRequires: python3-testpath # for frontend BuildRequires: python3-pygments - -# for running qt/matplotlib tests -BuildRequires: xorg-x11-server-Xvfb %endif # with check %global ipython_desc_base \ @@ -188,7 +185,6 @@ pushd run_tests PYTHONPATH=%{buildroot}%{python3_sitelib} \ PATH="%{buildroot}%{_bindir}:$PATH" \ LC_ALL=en_US.UTF-8 \ - xvfb-run \ %{buildroot}%{_bindir}/iptest3 %{test_groups} popd @@ -241,6 +237,7 @@ popd %changelog * Fri May 11 2018 Miro Hrončok - 6.4.0-1 - Update to 6.4.0 (#1577182) +- Stop running the tests in xvfb (not needed since 5.x) * Tue Apr 10 2018 Miro Hrončok - 6.3.1-1 - Update to 6.3.1 (#1563215)