-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 should not be registered by default #946
Comments
Good point @vfilimonov - thanks for bringing it up, I think you're right that we only want the pytest plugin installed with Unfortunately the solution isn't so clear to me. |
Hi, |
@nylocx @vfilimonov I will take a look at the issue, and find out a way for that. sorry for the delay, this was not on my radar before. |
Could we move all imports in |
Any updates on this issue? We have a monorepo where dash is a dependency and we need to add some seleniumbase tests, but they have a conflict argument ( |
I have the same issue and just work around it like this:
(called during container build time). Alternatively, you can add |
Hello
I suggest that the pytest plugin should not be registered by default on dash installation.
A clean install of pytest without any plugins automatically activates
dash-1.3.1
plugin (which increases the time of test suite by unnecessary import of the module and also annoys with the warning).On a clean virtual environment:
an empty run of pytest results in
Though the
pytest-dash
plugin was never installed:The text was updated successfully, but these errors were encountered: