1--- ./tests/__init__.py 1980-01-02 00:00:00.000000000 +0000
2+++ ./tests/__init__.py 1980-01-02 00:00:00.000000000 +0000
3@@ -301,6 +301,7 @@
4 self.assertEqual(id(base_p.thread_pool), id(p.thread_pool))
5 self.assertEqual(id(base_p._session_pool), id(p._session_pool))
6
7+ @unittest.skip("no network connection inside the Nix sandbox")
8 def test_close(self):
9 proc = psutil.Process()
10 ip_addresses = {info[4][0] for info in socket.getaddrinfo(
11@@ -1257,6 +1258,7 @@
12 )
13
14
15+@unittest.skip("no network connection inside the Nix sandbox")
16 class EWSTest(unittest.TestCase):
17 @classmethod
18 def setUpClass(cls):