Replace case.skip.todo with pytest

This commit is contained in:
Matus Valo 2020-08-16 00:28:25 +02:00 committed by Asif Saif Uddin
parent bd1a71215e
commit 04cf759625
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class test_connection_utils:
# see Appendix A of http://www.rabbitmq.com/uri-spec.html
self.assert_info(Connection(url), **expected)
@skip.todo('urllib cannot parse ipv6 urls')
@pytest.mark.skip('TODO: urllib cannot parse ipv6 urls')
def test_url_IPV6(self):
self.assert_info(
Connection('amqp://[::1]'),