-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
List of disabled plugins is not passed down to runpytest()
#12186
Comments
Maybe the other possible and acceptable approach would be to set
In this case the |
I think I found the way how to achieve what I need: use With #12616 in place I can do this:
|
When there are some pytest plugins disabled using the
-p no:XXX
option the information about disabled plugins is not passed down to therunpytest()
call, so the initially disabled plugin appears as enabled there.Simple test to show the issue:
Please note the
plugins: checkdocs-2.12.0, metadata-3.1.1
line above. I expect to do not seecheckdocs-2.12.0
there.Related issue: #12073
The text was updated successfully, but these errors were encountered: