Diff plotly-5.15.0 with a plotly-5.16.0

/usr/portage/dev-python/plotly/plotly-5.16.0.ebuild 2023-10-09 14:52:30.328368371 +0300
54 54
	)
55 55
"
56 56

  
57
# README ends up a broken symlink
58
DOCS=()
59

  
57 60
PATCHES=(
58 61
	"${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
59 62
)
......
90 93

  
91 94
	# TODO
92 95
	plotly/tests/test_io/test_to_from_plotly_json.py
96

  
97
	# two subtests that require 'vaex' and 'polars' respectively
98
	plotly/tests/test_optional/test_px/test_px_input.py::test_build_df_from_vaex_and_polars
93 99
)
94 100

  
95 101
# There are sphinx docs but we are missing a bunch of dependencies.
Thank you!