Skip to content

Commit 1544377

Browse files
Update components/dash-table/tests/selenium/conftest.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent a21e2d2 commit 1544377

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: components/dash-table/tests/selenium/conftest.py

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
from selenium.webdriver.support.wait import WebDriverWait
1212

1313

14+
# @preconditions decorator, copied from the preconditions PyPI package
15+
# https://pypi.org/project/preconditions/
16+
# https://github.com/nejucomo/preconditions
17+
# and modified to support Python 3.12
18+
19+
1420
class PreconditionError(TypeError):
1521
pass
1622

0 commit comments

Comments
 (0)