Avoid dependency of functional tests on PIL/Pillow.
commit8218b2e471bbb0a57ba18a2b0e882c02b19260bc
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Apr 2024 12:27:35 +0000 (15 12:27 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Apr 2024 12:27:35 +0000 (15 12:27 +0000)
tree697cb8408791dc1d7f7815dd493ac662befaf7c9
parente6069cf762dca43f6d6d529eea6249d6e832dd9f
Avoid dependency of functional tests on PIL/Pillow.

Don't use "scale" image directive option in functional test.

The expected output for the "image" directive with "scale" option
is tested in `test_writers/test_html5_polyglot_parts.py` and
`test_writers/test_html4css1_parts.py` with special-casing
for missing PIL.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9642 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/test/functional/expected/standalone_rst_html5.html
docutils/test/functional/input/data/html5-features.txt
docutils/test/test_writers/test_html4css1_parts.py
docutils/test/test_writers/test_html5_polyglot_parts.py