Skip to content

Commit dea0efa

Browse files
committed
fix async test werkzeug version check
1 parent b245768 commit dea0efa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/async_tests/test_async_callbacks.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import pytest
66

77
import numpy as np
8-
import werkzeug
98

109
from dash_test_components import (
1110
AsyncComponent,
@@ -316,11 +315,6 @@ async def set_out(opts):
316315
dash_duo.select_dcc_dropdown("#dd", f"opt{i}")
317316

318317

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-
)
324318
@pytest.mark.parametrize("refresh", [False, True])
325319
def test_async_cbsc007_parallel_updates(refresh, dash_duo):
326320
# This is a funny case, that seems to mostly happen with dcc.Location

0 commit comments

Comments
 (0)