We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71dc98 commit 51b3a71Copy full SHA for 51b3a71
test/errors/test_deprecation_warnings.py
@@ -31,7 +31,6 @@ def test_add_font_uni_deprecation():
31
HERE.parent / "fonts" / "DejaVuSans.ttf",
32
uni=True,
33
)
34
- assert len(record) == 1
35
assert (
36
str(record[0].message)
37
== '"uni" parameter is deprecated since v2.5.1 and will be removed in a future release'
@@ -44,7 +43,6 @@ def test_output_dest_deprecation():
44
43
with pytest.warns(DeprecationWarning) as record:
45
# pylint: disable=unexpected-keyword-arg
46
pdf.output(dest="S")
47
48
49
50
== '"dest" parameter is deprecated since v2.2.0 and will be removed in a future release'
0 commit comments