Skip to content

Commit

Permalink
TST: Mark test_increment_writer as enable_socket (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix-julia authored Sep 23, 2024
1 parent 6cfa0c4 commit d974d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,7 @@ def test_utf16_metadata():
)


@pytest.mark.enable_socket()
def test_increment_writer(caplog):
"""Tests for #2811"""
writer = PdfWriter(
Expand Down

0 comments on commit d974d5c

Please sign in to comment.