From: Stefano Rivera <stefanor@debian.org>
Date: Fri, 25 Dec 2020 11:37:11 -0800
Subject: pytest-socket isn't available in Debian

We're already skipping the integration tests, which is the only place
this is used.
---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 231448b..1ebb111 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,5 +6,4 @@ filterwarnings=
 	ignore:the imp module is deprecated::setuptools
 
 addopts =
-	--disable-socket
 	--ignore-glob '*integration*.py'
