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
FIX: ignoring has_kuadrant() check when --setup-plan option is used
When using --setup-plan to print out a "tesplan", `pytest_runtest_setup` uses `has_kuadrant()` check that might fail when oc client is not installed.
Adding the condition when --setup-plan is used to skip any checks.
fixes#618
0 commit comments