Skip to content

Commit 7673064

Browse files
author
aostr
committed
* removed tailing whitespaces
1 parent e04d9ff commit 7673064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pytest/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def pytest_addoption(parser):
2626
"(p)passed, (P)passed with output, (a)all except pP. "
2727
"The pytest warnings are displayed at all times except when "
2828
"--disable-pytest-warnings is set")
29-
group._addoption('--disable-pytest-warnings', default=False,
29+
group._addoption('--disable-pytest-warnings', default=False,
3030
dest='disablepytestwarnings', action='store_true',
3131
help='disable warnings summary, overrides -r w flag')
3232
group._addoption('-l', '--showlocals',

testing/test_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ class option:
613613
assert getreportopt(config) == "sfxw"
614614

615615
config.option.reportchars = "sfxw"
616-
config.option.disablepytestwarnings = False
616+
config.option.disablepytestwarnings = False
617617
assert getreportopt(config) == "sfxw"
618618

619619

0 commit comments

Comments
 (0)