From: Thanh Ha Date: Mon, 23 Apr 2018 19:49:03 +0000 (-0400) Subject: Add test for latest upstream of dependencies X-Git-Tag: v0.13.0~3^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F10226%2F1;p=releng%2Flftools.git Add test for latest upstream of dependencies Useful for identifying potential issues if we were to bump versions of upstream projects that we have pinned. Change-Id: I84773de551f2bb882c14e5531657c0a37fce70c7 Signed-off-by: Thanh Ha --- diff --git a/tox.ini b/tox.ini index 7b7e6e41..088d6a1a 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,12 @@ whitelist_externals = echo deps = -rrequirements-docs.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +[testenv:latest-upstream] +deps = -r{toxinidir}/requirements-test.txt +commands = + pip install -U python-jenkins requests shade + pytest + [testenv:license] deps = lftools