Skip to content

Commit 979af6d

Browse files
authored
MAINT: Remove ignore of deprecation warning (#3428)
Also modify docstring.
1 parent b622a2f commit 979af6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_merger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test the pypdf._merger module."""
1+
"""Test merging PDF functionality."""
22
import sys
33
from io import BytesIO
44
from pathlib import Path
@@ -18,7 +18,6 @@
1818
sys.path.append(str(PROJECT_ROOT))
1919

2020

21-
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
2221
def merger_operate(merger):
2322
pdf_path = RESOURCE_ROOT / "crazyones.pdf"
2423
outline = RESOURCE_ROOT / "pdflatex-outline.pdf"

0 commit comments

Comments
 (0)