We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eff0e3 commit 0e60d61Copy full SHA for 0e60d61
1 file changed
tests/test_sockets.py
@@ -664,7 +664,7 @@ async def client(sock, addr):
664
w = asyncio.wait_for(c, timeout=5.0)
665
self.loop.run_until_complete(w)
666
667
- @unittest.skipIf(sys.version_info >= (3, 11), "Sendall is having problems on 3.11+")
+ @unittest.skip("Sendall is having problems on all versions")
668
def test_socket_cancel_sock_sendall(self):
669
def srv_gen(sock):
670
time.sleep(1.2)
0 commit comments