Skip to content

Commit 51ded7d

Browse files
Randomneowbolster
andauthored
add -W argument to ignore warnings (#70)
Co-authored-by: wouter bolsterlee <[email protected]>
1 parent 33c921a commit 51ded7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-pytest.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
125125
[("-c" "color" "--color")
126126
("-q" "quiet" "--quiet")
127127
("-s" "no output capture" "--capture=no")
128-
(python-pytest:-v)]]
128+
(python-pytest:-v)
129+
("-W" "ignore warnings" "-W ignore")]]
129130
["Selection, filtering, ordering"
130131
[(python-pytest:-k)
131132
(python-pytest:-m)

0 commit comments

Comments
 (0)