Merge pull request #6568 from bluetech/redundant-commas

Remove a couple of redundant commas
This commit is contained in:
Daniel Hahler 2020-01-25 14:17:01 +01:00 committed by GitHub
commit 2da331ea9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ def pytest_addoption(parser):
dest="maxfail",
const=1,
help="exit instantly on first error or failed test.",
),
)
group._addoption(
"--maxfail",
metavar="num",
@ -122,7 +122,7 @@ def pytest_addoption(parser):
"--co",
action="store_true",
help="only collect tests, don't execute them.",
),
)
group.addoption(
"--pyargs",
action="store_true",