summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/scripts/firefox_ui_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/scripts/firefox_ui_tests.py')
-rw-r--r--testing/mozharness/scripts/firefox_ui_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mozharness/scripts/firefox_ui_tests.py b/testing/mozharness/scripts/firefox_ui_tests.py
index 2177326483..09982d0a5b 100644
--- a/testing/mozharness/scripts/firefox_ui_tests.py
+++ b/testing/mozharness/scripts/firefox_ui_tests.py
@@ -128,7 +128,7 @@ class FirefoxUIFunctionalTests(TestingMixin, VCSToolsScript, CodeCoverageMixin):
requirements = os.path.join(
dirs["abs_test_install_dir"], "config", "firefox_ui_requirements.txt"
)
- self.register_virtualenv_module(requirements=[requirements], two_pass=True)
+ self.register_virtualenv_module(requirements=[requirements])
def download_and_extract(self):
"""Override method from TestingMixin for more specific behavior."""