Description: disable tests that access external resources
Author: Sascha Steinbiss <satta@debian.org>
--- a/tests/test_wormhole.py
+++ b/tests/test_wormhole.py
@@ -85,6 +85,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -106,6 +107,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_offline_code():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -128,6 +130,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_wrong_code():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -148,6 +151,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_wrong_hmac():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -169,6 +173,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_with_hmac():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -191,6 +196,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_offer_cancel():
     from unittest.mock import patch
     with patch('keysign.Keyserver.AvahiPublisher') as MockAvahiPublisher:
