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
Don't use pytest -rw now that pytest-warnings is builtin.
The `-rw` (included in `-rawR`) option to pytest was added to display
warnings back when we used pytest-warnings, but has now become
unnecessary as pytest now displays warnings by default. Remove it (i.e.
use `-raR`) instead to avoid some head-scratching.
0 commit comments