about summary refs log tree commit diff
path: root/pkgs/development/python-modules/exchangelib
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-12-05 20:54:19 -0800
committerGitHub <noreply@github.com>2021-12-05 20:54:19 -0800
commit2aaf7277718841775d6c69d7db86e8e8e1d1f678 (patch)
tree51c4cb41cb1ce8a5b7ac0257bccf5b6bdbb0a49a /pkgs/development/python-modules/exchangelib
parent3f32588bb803a8d8d9a9a842b46581615f5becf9 (diff)
parentc934296ece891608f8559912634e0df447a7d2de (diff)
Merge pull request #145801 from dotlambda/tzlocal-4.1
python3Packages.tzlocal: 2.1 -> 4.1
Diffstat (limited to 'pkgs/development/python-modules/exchangelib')
-rw-r--r--pkgs/development/python-modules/exchangelib/skip_failing_test.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/development/python-modules/exchangelib/skip_failing_test.patch b/pkgs/development/python-modules/exchangelib/skip_failing_test.patch
deleted file mode 100644
index 6c070acaf75a7..0000000000000
--- a/pkgs/development/python-modules/exchangelib/skip_failing_test.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./tests/__init__.py	1980-01-02 00:00:00.000000000 +0000
-+++ ./tests/__init__.py	1980-01-02 00:00:00.000000000 +0000
-@@ -301,6 +301,7 @@
-             self.assertEqual(id(base_p.thread_pool), id(p.thread_pool))
-             self.assertEqual(id(base_p._session_pool), id(p._session_pool))
- 
-+    @unittest.skip("no network connection inside the Nix sandbox")
-     def test_close(self):
-         proc = psutil.Process()
-         ip_addresses = {info[4][0] for info in socket.getaddrinfo(
-@@ -1257,6 +1258,7 @@
-         )
- 
- 
-+@unittest.skip("no network connection inside the Nix sandbox")
- class EWSTest(unittest.TestCase):
-     @classmethod
-     def setUpClass(cls):