We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b245768 commit dea0efaCopy full SHA for dea0efa
tests/async_tests/test_async_callbacks.py
@@ -5,7 +5,6 @@
5
import pytest
6
7
import numpy as np
8
-import werkzeug
9
10
from dash_test_components import (
11
AsyncComponent,
@@ -316,11 +315,6 @@ async def set_out(opts):
316
315
dash_duo.select_dcc_dropdown("#dd", f"opt{i}")
317
318
319
-@pytest.mark.xfail(
320
- condition=werkzeug.__version__ in ("2.1.0", "2.1.1"),
321
- reason="Bug with 204 and Transfer-Encoding",
322
- strict=False,
323
-)
324
@pytest.mark.parametrize("refresh", [False, True])
325
def test_async_cbsc007_parallel_updates(refresh, dash_duo):
326
# This is a funny case, that seems to mostly happen with dcc.Location
0 commit comments