-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test for async ping fails on Windows #140
Labels
area: tests
Related to unit-tests or other type of testing
Github Import
This was auto-imported from upstream repository
type: bug
Something isn't working
Comments
Can't actually reproduce it now. Was accidently fixed? |
Still here mcstatus/mcstatus/tests/test_server.py Lines 75 to 78 in a127a59
|
I deleted it, and ran the test. It's passing on Windows 11. |
PerchunPak
added a commit
to PerchunPak/mcstatus
that referenced
this issue
Jul 20, 2022
PerchunPak
added a commit
to PerchunPak/mcstatus
that referenced
this issue
Jul 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: tests
Related to unit-tests or other type of testing
Github Import
This was auto-imported from upstream repository
type: bug
Something isn't working
My guess is the patching of the socket that works on Linux does not work on Windows.
The text was updated successfully, but these errors were encountered: