File: 0002-Remove-addopts-for-pytest.patch

package info (click to toggle)
pypdf 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,484 kB
  • sloc: python: 39,672; makefile: 35
file content (22 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
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",