mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 04:50:32 +01:00
upgpkg: python-plotly 5.15.0-1
upstream release Merge subtree 'python-plotly'
This commit is contained in:
12
python-plotly/fix_for_python3.11.patch
Normal file
12
python-plotly/fix_for_python3.11.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user