Skip to content

Commit

Permalink
Add dash-testing-stub to testing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Feb 9, 2023
1 parent 799d981 commit d0d4dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dash/testing/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def __init__(self, **kwargs):
)
from dash.testing.browser import Browser
from dash.testing.composite import DashComposite, DashRComposite, DashJuliaComposite
# pylint: disable=unused-import
import dash_testing_stub # noqa: F401

_installed = True
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions requires-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ selenium>=3.141.0,<=4.2.0
waitress>=1.4.4
multiprocess>=0.70.12
psutil>=5.8.0
dash_testing_stub>=0.0.2

0 comments on commit d0d4dc2

Please sign in to comment.