https://bugzilla.redhat.com/show_bug.cgi?id=1021733 --- Comment #15 from Christopher Meng <cickumqt@xxxxxxxxx> --- (In reply to Björn "besser82" Esser from comment #14) > (In reply to Mario Blättermann from comment #13) > > The test suite expects a running X server and a valid display number. As far > > as I can evaluate, the tests will fail again and again because a Koji server > > doesn't have the ability to start an X server. So we should disable the > > tests for now. > > One actually can start a framebuffer-based x-server on koji ;) > > BuildRequires: xorg-x11-server-Xvfb > > ... > > %check > xvfb-run -a %{your_testsuite_cmd} > > > Cheers, > Björn BR added. Still failed. Using: %check pushd tests PYTHONPATH=%{buildroot}%{python2_sitelib} xvfb-run -a nosetests-%{python2_version} popd pushd %{py3dir} PYTHONPATH=%{buildroot}%{python3_sitelib} xvfb-run -a nosetests-%{python3_version} popd http://koji.fedoraproject.org/koji/taskinfo?taskID=6204843 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review