You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a standard Ubuntu 24.10 install, have the following failing test.
======================================================================
FAIL: test_from_display_module (pygame.tests.window_test.WindowTypeTest.test_from_display_module)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ankith/base_env/lib/python3.12/site-packages/pygame/tests/window_test.py", line 327, in test_from_display_module
self.assertFalse(win1.opengl)
AssertionError: True is not false
It's been like this for a while and I used to brush aside this fail because the Window module was not stable API, but now that it is, we should look into fixing it. I think cause of this issue is basically same as the issue that the PR #3059 was addressing, SDL defaulting to framebuffer acceleration.
The text was updated successfully, but these errors were encountered:
Environment:
On a standard Ubuntu 24.10 install, have the following failing test.
It's been like this for a while and I used to brush aside this fail because the
Window
module was not stable API, but now that it is, we should look into fixing it. I think cause of this issue is basically same as the issue that the PR #3059 was addressing, SDL defaulting to framebuffer acceleration.The text was updated successfully, but these errors were encountered: