From: Bob Halley Date: Wed, 24 Dec 2025 01:18:36 +0000 (-0800) Subject: remove now-unneeded test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73a6dfdd07f9c820e60acbeec1a96f350984f8a4;p=thirdparty%2Fdnspython.git remove now-unneeded test --- diff --git a/tests/test_name.py b/tests/test_name.py index d0fc0e18..e9a06e8a 100644 --- a/tests/test_name.py +++ b/tests/test_name.py @@ -1101,12 +1101,6 @@ class NameTestCase(unittest.TestCase): self.assertRaises(ValueError, bad) - def testFromWireNotBytes(self): - def bad(): - dns.name.from_wire(123, 0) # type: ignore - - self.assertRaises(ValueError, bad) - def testBadPunycode(self): c = dns.name.IDNACodec() with self.assertRaises(dns.name.IDNAException):