14
0
forked from pool/python-pygame

- Swtich off

tests.video_test.VideoModuleTest.test_renderer_set_viewport
  (gh#pygame/pygame#2721 and gh#pygame/pygame#2670) on 32bit
  systems for incompatibility with SDL2 2.0.16.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=33
This commit is contained in:
2021-09-17 09:03:21 +00:00
committed by Git OBS Bridge
parent ab6fef6923
commit 6c6ba45055
3 changed files with 102 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
-------------------------------------------------------------------
Thu Sep 16 21:02:06 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Switch off tests on i586 (gh#pygame/pygame#2721)
- Swtich off
tests.video_test.VideoModuleTest.test_renderer_set_viewport
(gh#pygame/pygame#2721 and gh#pygame/pygame#2670) on 32bit
systems for incompatibility with SDL2 2.0.16.
-------------------------------------------------------------------
Tue Apr 27 11:22:12 UTC 2021 - Ben Greiner <code@bnavigator.de>