14
0

Accepting request 1068524 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1068524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyVirtualDisplay?expand=0&rev=19
This commit is contained in:
2023-03-02 22:01:55 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 17:17:01 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken test, test_disp_var
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 26 17:51:26 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org> Sat Nov 26 17:51:26 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -77,6 +77,8 @@ PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
%if %{with test} %if %{with test}
%check %check
donttest="examples or smart" donttest="examples or smart"
# This test fails sometimes because a race condition with threads
donttest+=" or test_disp_var"
%{python_expand # %{python_expand #
export PYTHONPATH=%{buildroot}%{$python_sitelib} export PYTHONPATH=%{buildroot}%{$python_sitelib}
xvfb-run --server-args "-screen 0 1920x1080x24" \ xvfb-run --server-args "-screen 0 1920x1080x24" \