Skip to content

Commit e58e9f6

Browse files
authored
fix(example-tests): Remove deprecated warning messages from allowed errors (#2043)
1 parent c12e649 commit e58e9f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/playwright/examples/example_apps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ def get_apps(path: str) -> typing.List[str]:
9191
"FutureWarning: use_inf_as_na option is deprecated",
9292
"pd.option_context('mode.use_inf_as_na", # continutation of line above,
9393
"RuntimeWarning: invalid value encountered in dot", # some groups didn't have enough data points to create a meaningful line
94-
"DatetimeIndex.format is deprecated and will be removed in a future version. Convert using index.astype(str) or index.map(formatter) instead.", # cufflinks package is using this method
95-
"Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`", # cufflinks package is using this method
9694
]
9795
app_allow_js_errors: typing.Dict[str, typing.List[str]] = {
9896
"examples/brownian": ["Failed to acquire camera feed:"],

0 commit comments

Comments
 (0)