Commit 209a690
committed
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.1 parent 4769f7b commit 209a690
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments