Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 26, 2024
1 parent 40c805e commit c3f096f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_stdin_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c3f096f

Please sign in to comment.