diff options
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -137,6 +137,15 @@ passenv = HOME TRAVIS deps = -r{toxinidir}/integration-requirements.txt +[testenv:integration-tests] +basepython = python3 +commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} +passenv = CLOUD_INIT_* +# test-requirements.txt is required for ./conftest.py to import successfully +deps = + -r{toxinidir}/integration-requirements.txt + -r{toxinidir}/test-requirements.txt + [pytest] # TODO: s/--strict/--strict-markers/ once xenial support is dropped testpaths = cloudinit tests/unittests |