pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
767 stars 120 forks source link

Try re-enabling tests disabled since SDL 2.0.18 #2885

Closed MyreMylar closed 1 week ago

MyreMylar commented 1 month ago

fixes #1492

These tests work locally on Windows now which seems to have been the main trigger for them being disabled. We'll see if the key test works on the CI.

EDIT: Hooray, I vote we try re-enabling all of these - but keep an eye on that key_test one as it also runs on CI unlike the event test which is local one only.