Skip to content

Commit

Permalink
Replace Pillow with fpdf2 in integration tests (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Oct 3, 2024
1 parent fc9a262 commit 9917704
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 @@ -189,8 +189,8 @@ def test_pkg_data_top_level_packages(
@pytest.mark.parametrize(
"distribution,expected_packages",
[
("fpdf2", ["fpdf-stubs"]),
("pytz", ["pytz-stubs"]),
("Pillow", ["PIL-stubs"]),
("protobuf", ["google-stubs.protobuf"]),
("google-cloud-ndb", ["google-stubs.cloud.ndb"]),
],
Expand Down

0 comments on commit 9917704

Please sign in to comment.