Skip to content

Commit

Permalink
Replace Pillow with fpdf2 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Oct 3, 2024
1 parent ccd4c57 commit 24291af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def test_verify_requires_python() -> None:
@pytest.mark.parametrize(
"distribution,expected_packages",
[
("fpdf2", ["fpdf-stubs"]),
("pytz", ["pytz-stubs"]),
("Pillow", ["PIL-stubs"]),
("protobuf", ["google-stubs"]),
("google-cloud-ndb", ["google-stubs"]),
],
Expand Down

0 comments on commit 24291af

Please sign in to comment.