1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00
Files
aur/python-plotly/fix_for_python3.11.patch
Bert Peters d5bd9b73fa upgpkg: python-plotly 5.15.0-1
upstream release

Merge subtree 'python-plotly'
2023-06-09 13:55:52 +02:00

13 lines
703 B
Diff

diff --git a/packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py b/packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py
index 8b899a6f5..6ee06e03f 100644
--- a/packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py
+++ b/packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py
@@ -402,7 +402,7 @@ template_layout_plot_bgcolor_x
print(e.args[0])
e_substr = error_substr(
e.args[0],
- """string indices must be integers
+ """string indices must be integers, not 'str'
Invalid value received for the 'plot_bgcolor' property of layout