You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both pip install dash[dev] and pip install dash[testing] are extra public Dash features (respectively for building Dash components, and using the shipped Dash app test utilities).
Thanks @anders-kiaer - I was just thinking about exactly this last night and you're exactly right. I think internally we haven't been very clear about what these two extras mean but you're correct as to their original intent.
Both
pip install dash[dev]
andpip install dash[testing]
are extra public Dash features (respectively for building Dash components, and using the shipped Dash app test utilities).Looking at
requires-dev.txt
andrequires-testing.txt
, there appears to have leaked https://github.com/plotly/dash CI/test suite dependencies into both files (i.e. dependencies not used by the features indash[dev]
anddash[testing]
). Latest one introduced isflaky
.Split out Dash CI only dependencies to a new file?
The text was updated successfully, but these errors were encountered: