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
Hi, I have pytest-flake8 installed, and in my pytest.ini file I have addopts: --flake8. In my CI I'd like to disable flake8 checks (I have separate job for them), but reuse other parts of the config. If I add -p no:flake8, the pytest invocation fails with:
I didn't find any other way to disable the plugin using command line option. Is there any? If not, should it be fixed on pytest side or potentially added on pytest-flake8 side?
The text was updated successfully, but these errors were encountered:
Hi, I have pytest-flake8 installed, and in my pytest.ini file I have
addopts: --flake8
. In my CI I'd like to disable flake8 checks (I have separate job for them), but reuse other parts of the config. If I add-p no:flake8
, the pytest invocation fails with:I didn't find any other way to disable the plugin using command line option. Is there any? If not, should it be fixed on pytest side or potentially added on pytest-flake8 side?
The text was updated successfully, but these errors were encountered: