forked from pool/python-snimpy
Accepting request 787598 from home:mnhauke
resurrect package python-snimpy OBS-URL: https://build.opensuse.org/request/show/787598 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=1
This commit is contained in:
11
python-snimpy-disable-IPv6-tests.diff
Normal file
11
python-snimpy-disable-IPv6-tests.diff
Normal file
@@ -0,0 +1,11 @@
|
||||
diff --git a/tests/test_snmp.py b/tests/test_snmp.py
|
||||
index 9ee8b93..c354f2c 100644
|
||||
--- a/tests/test_snmp.py
|
||||
+++ b/tests/test_snmp.py
|
||||
@@ -435,6 +435,3 @@ class TestSnmpTransports(unittest.TestCase):
|
||||
"""Test IPv4 transport with name resolution"""
|
||||
self._test(False, "localhost")
|
||||
|
||||
- def testIpv6(self):
|
||||
- """Test IPv6 transport"""
|
||||
- self._test(True, "[::1]")
|
Reference in New Issue
Block a user