-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest plugin does not load with dash >= 2.9.0 #123
Comments
I'm not sure what you are suggesting. dash does not seem to depend on |
Correct, this error only shows up if a user of this feedstock uses this package uses testing (i.e. for e2e testing dash apps). The testing module import without errors, however, if a test uses any of the symbols, the pytest plugin raises an exception when |
One option is to add the testing dependencies to the |
The only other option is to create a new output, e.g. |
Even if we package out I think the solution is to create a feedstock for |
Yes, any dependencies must have a conda feedstock, so that is the first step. |
Solution to issue cannot be found in the documentation.
Issue
Since dash 2.9.0, the pytest plugin does not load unless the dependency "dash_testing_stub" is installed. This change breaks tests that rely on the plugin. See plotly/dash#2417
Upstream recommends installing
pip install dash[testing]
to get the tests to pass (similar to issue #100)I believe we can restore the previous behaviour in a straightforward way by installing
dash_testing_stub
.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: