From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- testing/mozharness/tox.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/mozharness/tox.ini (limited to 'testing/mozharness/tox.ini') diff --git a/testing/mozharness/tox.ini b/testing/mozharness/tox.ini new file mode 100644 index 0000000000..32e5963f91 --- /dev/null +++ b/testing/mozharness/tox.ini @@ -0,0 +1,26 @@ +[tox] +envlist = py39-hg5.2 + +[base] +deps = + coverage + distro + nose + rednose + PyYAML==6.0 + {toxinidir}/../mozbase/mozlog +mozbase = {toxinidir}/../mozbase/ + + +[testenv] +setenv = + HGRCPATH = {toxinidir}/test/hgrc + PYTHONPATH = $PYTHONPATH:{[base]mozbase}/manifestparser:{[base]mozbase}/mozfile:{[base]mozbase}/mozinfo:{[base]mozbase}/mozprocess + +commands = + coverage run --source configs,mozharness,scripts --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color {posargs} + +[testenv:py39-hg5.2] +deps = + {[base]deps} + mercurial==5.2.1 -- cgit v1.2.3