Merge pull request #6568 from bluetech/redundant-commas
Remove a couple of redundant commas
This commit is contained in:
commit
2da331ea9c
|
@ -75,7 +75,7 @@ def pytest_addoption(parser):
|
||||||
dest="maxfail",
|
dest="maxfail",
|
||||||
const=1,
|
const=1,
|
||||||
help="exit instantly on first error or failed test.",
|
help="exit instantly on first error or failed test.",
|
||||||
),
|
)
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"--maxfail",
|
"--maxfail",
|
||||||
metavar="num",
|
metavar="num",
|
||||||
|
@ -122,7 +122,7 @@ def pytest_addoption(parser):
|
||||||
"--co",
|
"--co",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="only collect tests, don't execute them.",
|
help="only collect tests, don't execute them.",
|
||||||
),
|
)
|
||||||
group.addoption(
|
group.addoption(
|
||||||
"--pyargs",
|
"--pyargs",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
|
Loading…
Reference in New Issue