1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
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",
|