diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /python/mozperftest | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'python/mozperftest')
-rw-r--r-- | python/mozperftest/mozperftest/mach_commands.py | 2 | ||||
-rw-r--r-- | python/mozperftest/mozperftest/tests/test_utils.py | 1 | ||||
-rw-r--r-- | python/mozperftest/mozperftest/utils.py | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/python/mozperftest/mozperftest/mach_commands.py b/python/mozperftest/mozperftest/mach_commands.py index 4ac39d6a9e..42509db556 100644 --- a/python/mozperftest/mozperftest/mach_commands.py +++ b/python/mozperftest/mozperftest/mach_commands.py @@ -125,7 +125,7 @@ def run_perftest(command_context, **kwargs): for plat in platform: if plat not in _TRY_PLATFORMS: # we can extend platform support here: linux, win, macOs - # by adding more jobs in taskcluster/ci/perftest/kind.yml + # by adding more jobs in taskcluster/kinds/perftest/kind.yml # then picking up the right one here raise NotImplementedError( "%r doesn't exist or is not yet supported" % plat diff --git a/python/mozperftest/mozperftest/tests/test_utils.py b/python/mozperftest/mozperftest/tests/test_utils.py index ae6de4dc3d..b01c680b9a 100644 --- a/python/mozperftest/mozperftest/tests/test_utils.py +++ b/python/mozperftest/mozperftest/tests/test_utils.py @@ -111,7 +111,6 @@ def test_install_requirements_file(): "-m", "pip", "install", - "--no-deps", "-r", "foo", "--no-index", diff --git a/python/mozperftest/mozperftest/utils.py b/python/mozperftest/mozperftest/utils.py index d1ecc7646d..a8efe395c4 100644 --- a/python/mozperftest/mozperftest/utils.py +++ b/python/mozperftest/mozperftest/utils.py @@ -273,7 +273,6 @@ def install_requirements_file( "-m", "pip", "install", - "--no-deps", "-r", requirements_file, "--no-index", |