From: Scott Kitterman <scott@kitterman.com>
Date: Sun, 14 Jan 2024 16:14:30 -0500
Subject: Remove addopts for pytest

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: pypdf/pyproject.toml
===================================================================
--- pypdf.orig/pyproject.toml
+++ pypdf/pyproject.toml
@@ -75,7 +75,7 @@ exclude = [
 include = ["resources/", "tests/"]
 
 [tool.pytest.ini_options]
-addopts = "--disable-socket"
+#addopts = "--disable-socket"
 filterwarnings = ["error"]
 markers = [
     "slow: Test which require more than a second",
