summaryrefslogtreecommitdiffstats
path: root/python/mozperftest
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /python/mozperftest
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/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.py2
-rw-r--r--python/mozperftest/mozperftest/tests/test_utils.py1
-rw-r--r--python/mozperftest/mozperftest/utils.py1
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",