-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Looks like pytest isn't the safest dependency, causing issues with scikit-learn: https://community.plot.ly/t/pytest-transient-dependency/25383
Could we move the import pytest into the testing module/class/function itself and not require it upon install? We could even have a separate install with setup.py's "extras" feature (https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies) like pip install dash[testing] or something.
Metadata
Metadata
Assignees
Labels
No labels