Skip to content

tests failing with Dash 3.0.1 #3253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gvwilson opened this issue Apr 1, 2025 · 0 comments
Open

tests failing with Dash 3.0.1 #3253

gvwilson opened this issue Apr 1, 2025 · 0 comments
Labels
bug something broken P1 needed for current cycle testing automated tests

Comments

@gvwilson
Copy link
Contributor

gvwilson commented Apr 1, 2025

After checking out a fresh copy of the repo and running build steps, 26 tests report failures:

tests/integration/background_callback/test_basic_long_callback010.py::test_lcbc010_side_updates[diskcache] <- ../plotly/dash/tests/integration/background_callback/test_basic_long_callback010.py FAILED [  1%]
tests/integration/callbacks/test_callback_context.py::test_cbcx005_grouped_clicks <- ../plotly/dash/tests/integration/callbacks/test_callback_context.py FAILED [  7%]
tests/integration/devtools/test_callback_validation.py::test_dvcv013_circular_3_step <- ../plotly/dash/tests/integration/devtools/test_callback_validation.py FAILED [ 24%]
tests/integration/test_patch.py::test_pch001_patch_operations <- ../plotly/dash/tests/integration/test_patch.py FAILED [ 44%]
tests/integration/test_typing.py::test_component_typing[a_string=4-assertions0] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 45%]
tests/integration/test_typing.py::test_component_typing[a_string='FooBar'-assertions1] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 45%]
tests/integration/test_typing.py::test_component_typing[a_number=''-assertions2] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 45%]
tests/integration/test_typing.py::test_component_typing[a_number=0-assertions3] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[a_number=2.2-assertions4] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[a_bool=True-assertions6] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[array_string={}-assertions7] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[array_string=[]-assertions8] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[array_number=[1,2]-assertions10] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 46%]
tests/integration/test_typing.py::test_component_typing[array_obj=[{'a': 'b'}]-assertions12] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 47%]
tests/integration/test_typing.py::test_component_typing[union='Union'-assertions15] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 47%]
tests/integration/test_typing.py::test_component_typing[union=1-assertions16] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 47%]
tests/integration/test_typing.py::test_component_typing[union=0.42-assertions17] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 47%]
tests/integration/test_typing.py::test_component_typing[element=[]-assertions19] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 48%]
tests/integration/test_typing.py::test_component_typing[element=[TypeScriptComponent()]-assertions20] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 48%]
tests/integration/test_typing.py::test_component_typing[element=TypeScriptComponent()-assertions21] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 48%]
tests/integration/test_typing.py::test_component_typing[a_tuple=(1,2)-assertions23] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 48%]
tests/integration/test_typing.py::test_component_typing[a_tuple=(1, 'tuple')-assertions24] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 48%]
tests/integration/test_typing.py::test_component_typing[obj={}-assertions26] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 49%]
tests/integration/test_typing.py::test_component_typing[obj={'value': 'a', 'label': 1}-assertions27] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 49%]
tests/integration/test_typing.py::test_component_typing[obj={'value': 'a', 'label': 'lab'}-assertions28] <- ../plotly/dash/tests/integration/test_typing.py FAILED [ 49%]
tests/unit/test_browser.py::test_browser_smoke[Firefox] <- ../plotly/dash/tests/unit/test_browser.py FAILED [ 83%]
@gvwilson gvwilson added bug something broken testing automated tests P1 needed for current cycle labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P1 needed for current cycle testing automated tests
Projects
None yet
Development

No branches or pull requests

1 participant