зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1723031: Associate `perftest-test` command with `python-test` venv r=ahal
The `pytest` dependency is going to be moved from `common` to the `python-test` environment. Shift all existing `pytest` usages to the virtualenv accordingly. Differential Revision: https://phabricator.services.mozilla.com/D126287
This commit is contained in:
Родитель
ac3b9d1e54
Коммит
069a961b41
|
@ -158,7 +158,12 @@ def run_perftest(command_context, **kwargs):
|
|||
print("\nFirefox. Fast For Good.\n")
|
||||
|
||||
|
||||
@Command("perftest-test", category="testing", description="Run perftest tests")
|
||||
@Command(
|
||||
"perftest-test",
|
||||
category="testing",
|
||||
description="Run perftest tests",
|
||||
virtualenv_name="python-test",
|
||||
)
|
||||
@CommandArgument(
|
||||
"tests", default=None, nargs="*", help="Tests to run. By default will run all"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче