From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- python/mozperftest/mozperftest/mach_commands.py | 2 +- python/mozperftest/mozperftest/tests/test_utils.py | 1 - python/mozperftest/mozperftest/utils.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'python/mozperftest') 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", -- cgit v1.2.3