Skip to content

Commit

Permalink
JP-0 | feat: support for pythjon3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Novichkov committed Dec 28, 2023
1 parent 0b85dd7 commit 7a88415
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/test_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@


class TestConsole(unittest.TestCase):
@staticmethod
def setUpClass(cls):
cls.open = tty_netconf.open

@staticmethod
def tearDownClass(cls):
tty_netconf.open = cls.open

@patch("jnpr.junos.transport.tty_telnet.Telnet._tty_open")
@patch("jnpr.junos.transport.tty_telnet.telnetlib.Telnet.expect")
@patch("jnpr.junos.transport.tty_telnet.Telnet.write")
Expand Down

0 comments on commit 7a88415

Please sign in to comment.