mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pytest-saltfactories added support for system information reporting
This commit is contained in:
parent
ad95cd4c47
commit
27a5e95541
1 changed files with 0 additions and 6 deletions
|
@ -157,12 +157,6 @@ def pytest_addoption(parser):
|
|||
help="Run proxy tests",
|
||||
)
|
||||
output_options_group = parser.getgroup("Output Options")
|
||||
output_options_group.addoption(
|
||||
"--sysinfo",
|
||||
default=False,
|
||||
action="store_true",
|
||||
help="Print some system information.",
|
||||
)
|
||||
output_options_group.addoption(
|
||||
"--output-columns",
|
||||
default=80,
|
||||
|
|
Loading…
Add table
Reference in a new issue