Skip to content

Commit

Permalink
setup: disallow Pillow 9.1.0 for pypy since it seems to be broken on …
Browse files Browse the repository at this point in the history
…manylinux
  • Loading branch information
jbarlow83 committed Apr 15, 2022
1 parent c648ac5 commit d7da9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ test =
pytest-xdist>=1.28,<3
python-dateutil>=2.8.0
tomli
Pillow!=9.1.0 ;implementation_name == "pypy"
python-xmp-toolkit>=2.0.1 ;sys_platform != "nt" and platform_machine == "x86_64"

[options.package_data]
Expand Down

0 comments on commit d7da9f1

Please sign in to comment.