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
Hi! I used this lib a bit and liked it, so I'm attempting to type it, and so I want to be able to pass the tests you set up. Unfortunately, both tests fail very early.
I found your post on Stack Overflow which states that self.assertTrue(len(self.joysticks) == 1) succeeds, but it fails on my machine. I also found this issue on GitHub.
Ubuntu 22.04.3 LTS
Python 3.12.3
pygame==2.6.1
pytest==8.3.4
libevdev==0.11
Would you know what the problem is?
The text was updated successfully, but these errors were encountered:
Hi! I used this lib a bit and liked it, so I'm attempting to type it, and so I want to be able to pass the tests you set up. Unfortunately, both tests fail very early.
I found your post on Stack Overflow which states that
self.assertTrue(len(self.joysticks) == 1)
succeeds, but it fails on my machine. I also found this issue on GitHub.Would you know what the problem is?
The text was updated successfully, but these errors were encountered: