1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pytest.ini b/pytest.ini
index 608949b..4d8092d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,6 +4,3 @@ filterwarnings=
ignore:Using or importing the ABCs:DeprecationWarning:bleach
# workaround for https://github.com/pypa/setuptools/issues/479
ignore:the imp module is deprecated::setuptools
-
-addopts =
- --disable-socket
|