Skip to content

Commit 4c76a5c

Browse files
tests/conftest.py: pillow is not available on graal.
1 parent 36d1b66 commit 4c76a5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def install_required_packages():
2323
if platform.system() == 'Windows' and int.bit_length(sys.maxsize+1) == 32:
2424
# No pillow wheel available, and doesn't build easily.
2525
pass
26+
elif platform.python_implementation() == 'GraalVM':
27+
pass
2628
else:
2729
packages += ' pillow'
2830
if platform.system().startswith('MSYS_NT-'):

0 commit comments

Comments
 (0)