diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/talos/source_requirements.txt | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/talos/source_requirements.txt')
-rw-r--r-- | testing/talos/source_requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/talos/source_requirements.txt b/testing/talos/source_requirements.txt new file mode 100644 index 0000000000..ec76b196ad --- /dev/null +++ b/testing/talos/source_requirements.txt @@ -0,0 +1,17 @@ +# These dependencies are required for running talos tests from a source checkout + +jsonschema>=2.5.1 +mozlog>=6.0 +mozcrash>=2.0 +mozfile>=1.2 +mozinfo>=0.8 +mozprocess>=0.22 +mozversion>=1.3 +mozprofile>=0.25 +mozrunner>=7.1.0 +psutil>=3.1.1 +simplejson>=2.1.1 +requests>=2.9.1 +../web-platform/tests/tools/wptserve +../web-platform/tests/tools/third_party/pywebsocket3 +manifestparser>=2.1.0 |