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 e1715e2 commit e5e7525Copy full SHA for e5e7525
tests/playwright/examples/example_apps.py
@@ -50,6 +50,8 @@ def get_apps(path: str) -> typing.List[str]:
50
# shinywidgets.register_widget() uses `session` when registering widget
51
"ShinyDeprecationWarning: `session=` is deprecated",
52
"session_type_warning()", # continutation of line above
53
+ # Brownian
54
+ "`session=` is deprecated",
55
]
56
express_warnings = ["Detected Shiny Express app. "]
57
app_allow_shiny_errors: typing.Dict[
0 commit comments