Skip to content

Commit

Permalink
Remove lines which are unclear
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Jan 17, 2024
1 parent eef8f2c commit 091c2cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def test_get_images(src, expected_images):
pass


@pytest.mark.samples()
@pytest.mark.parametrize(
("strict", "with_prev_0", "startx_correction", "should_fail", "warning_msgs"),
[
Expand Down Expand Up @@ -676,7 +675,6 @@ def test_reader_properties():
assert reader.is_encrypted is False


@pytest.mark.samples()
@pytest.mark.parametrize(
"strict",
[True, False],
Expand Down
1 change: 0 additions & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,6 @@ def _get_parent_bookmark(current_indent, history_indent, bookmarks) -> Any:
bookmarks.append(new_bookmark)


pytest.importorskip("fpdf")
def test_merging_many_temporary_files():
def create_number_pdf(n) -> BytesIO:
from fpdf import FPDF
Expand Down

0 comments on commit 091c2cc

Please sign in to comment.