From c3f096f1d734021d624c732e231c150a6d31e52e Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 26 Oct 2024 08:57:18 +0200 Subject: [PATCH] fix --- tests/test_stdin_socket.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_stdin_socket.py b/tests/test_stdin_socket.py index 74672873..862ae1b6 100644 --- a/tests/test_stdin_socket.py +++ b/tests/test_stdin_socket.py @@ -33,12 +33,6 @@ def read_from_stream(stream, timeout=5): class StdinSocketTest(TestCircus): - def setUp(self): - super(StdinSocketTest, self).setUp() - - def tearDown(self): - super(StdinSocketTest, self).tearDown() - @skipIf(IS_WINDOWS, "Stdin socket not supported") @tornado.testing.gen_test def test_stdin_socket(self):