We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d1b66 commit 4c76a5cCopy full SHA for 4c76a5c
tests/conftest.py
@@ -23,6 +23,8 @@ def install_required_packages():
23
if platform.system() == 'Windows' and int.bit_length(sys.maxsize+1) == 32:
24
# No pillow wheel available, and doesn't build easily.
25
pass
26
+ elif platform.python_implementation() == 'GraalVM':
27
+ pass
28
else:
29
packages += ' pillow'
30
if platform.system().startswith('MSYS_NT-'):
0 commit comments