summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 874d3f20..ff888266 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py3, xenial-dev, flake8, pylint
recreate = True
[testenv]
-commands = {envpython} -m pytest {posargs:tests/unittests cloudinit}
+commands = {envpython} -m pytest {posargs:tests/unittests}
setenv =
LC_ALL = en_US.utf-8
passenv=
@@ -37,7 +37,7 @@ deps =
commands = {envpython} -m pytest \
--durations 10 \
{posargs:--cov=cloudinit --cov-branch \
- tests/unittests cloudinit}
+ tests/unittests}
[testenv:py27]
basepython = python2.7
@@ -86,7 +86,7 @@ deps =
# [testenv:xenial-dev]. See the comment there for details.
commands =
python ./tools/pipremove jsonschema
- python -m pytest {posargs:tests/unittests cloudinit}
+ python -m pytest {posargs:tests/unittests}
basepython = python3
deps =
# Refer to the comment in [xenial-shared-deps] for details
@@ -104,7 +104,7 @@ deps =
# changes here are reflected in [testenv:xenial].
commands =
python ./tools/pipremove jsonschema
- python -m pytest {posargs:tests/unittests cloudinit}
+ python -m pytest {posargs:tests/unittests}
basepython = {[testenv:xenial]basepython}
deps =
# Refer to the comment in [xenial-shared-deps] for details
@@ -163,7 +163,7 @@ setenv =
[pytest]
# TODO: s/--strict/--strict-markers/ once xenial support is dropped
-testpaths = cloudinit tests/unittests
+testpaths = tests/unittests
addopts = --strict
log_format = %(asctime)s %(levelname)-9s %(name)s:%(filename)s:%(lineno)d %(message)s
log_date_format = %Y-%m-%d %H:%M:%S