We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8ea99c + 73dd899 commit 93cba30Copy full SHA for 93cba30
test/window_test.py
@@ -329,6 +329,7 @@ def test_from_display_module(self):
329
pygame.display.quit()
330
pygame.init()
331
332
+ @unittest.skipIf(IS_PYPY, "for some reason this test is flaky on pypy")
333
def test_window_surface(self):
334
win = Window(size=(640, 480))
335
surf = win.get_surface()
0 commit comments