diff options
author | Thomas Bechtold <tbechtold@suse.com> | 2019-03-21 16:22:29 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-03-21 16:22:29 +0000 |
commit | dfe50e300882e3affcb02e686578807aea921b99 (patch) | |
tree | 6915626dc047fdb1d17294f679f4332279efb264 | |
parent | 22e332933e78bc1c819c4f876d48620605ae813b (diff) | |
download | vyos-cloud-init-dfe50e300882e3affcb02e686578807aea921b99.tar.gz vyos-cloud-init-dfe50e300882e3affcb02e686578807aea921b99.zip |
tox: Update testenv for openSUSE Leap to 15.0
Use the requirements for the openSUSE Leap 15.0 release.
-rw-r--r-- | tox.ini | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -96,19 +96,18 @@ deps = six==1.9.0 -r{toxinidir}/test-requirements.txt -[testenv:opensusel42] +[testenv:opensusel150] basepython = python2.7 commands = nosetests {posargs:tests/unittests cloudinit} deps = # requirements - argparse==1.3.0 - jinja2==2.8 - PyYAML==3.11 - oauthlib==0.7.2 + jinja2==2.10 + PyYAML==3.12 + oauthlib==2.0.6 configobj==5.0.6 - requests==2.11.1 - jsonpatch==1.11 - six==1.9.0 + requests==2.18.4 + jsonpatch==1.16 + six==1.11.0 -r{toxinidir}/test-requirements.txt [testenv:tip-pycodestyle] |