CI: centralize requirements
[deliverable/lttng-ivc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 14c521b2cdc4050e8903e069621baa38b79113ab..c63ca3a7039cc5445c174b46f669a94affa9532d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,12 +12,8 @@ toxworkdir = {env:TOXWORKDIR:.tox}
 [testenv]
 passenv = CFLAGS CPPFLAGS LD_LIBRARY_PATH LDFLAGS
 changedir= lttng_ivc
+deps = -r{toxinidir}/requirements.txt
+
 commands = python bootstrap.py
        python build_projects.py
        pytest -v --durations=0 --basetemp={envtmpdir} {posargs:} tests/
-deps =
-    pytest
-    GitPython
-    lxml
-    PyYAML
-    python-magic
This page took 0.0244 seconds and 5 git commands to generate.