File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def pytest_addoption(parser):
26
26
"(p)passed, (P)passed with output, (a)all except pP. "
27
27
"The pytest warnings are displayed at all times except when "
28
28
"--disable-pytest-warnings is set" )
29
- group ._addoption ('--disable-pytest-warnings' , default = False ,
29
+ group ._addoption ('--disable-pytest-warnings' , default = False ,
30
30
dest = 'disablepytestwarnings' , action = 'store_true' ,
31
31
help = 'disable warnings summary, overrides -r w flag' )
32
32
group ._addoption ('-l' , '--showlocals' ,
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ class option:
613
613
assert getreportopt (config ) == "sfxw"
614
614
615
615
config .option .reportchars = "sfxw"
616
- config .option .disablepytestwarnings = False
616
+ config .option .disablepytestwarnings = False
617
617
assert getreportopt (config ) == "sfxw"
618
618
619
619
You can’t perform that action at this time.
0 commit comments