Skip to content

Commit

Permalink
DEP: Deprecate with replacement CCITParameters
Browse files Browse the repository at this point in the history
Deprecate CCITParameters with replacement CCITTParameters.
  • Loading branch information
j-t-1 authored Dec 25, 2024
1 parent 8bd8ed9 commit bd6ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_ascii85decode_five_zero_bytes():
def test_ccitparameters():
with pytest.raises(
DeprecationWarning,
match="CCITParameters is deprecated and will be removed in pypdf 5.2.0. Use CCITTParameters instead",
match="CCITParameters is deprecated and will be removed in pypdf 6.0.0. Use CCITTParameters instead",
):
params = CCITParameters()
assert params.K == 0 # zero is the default according to page 78
Expand Down

0 comments on commit bd6ccf0

Please sign in to comment.