X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=c54d27d878a9b4df920d268196361ca14f2dbc86;hp=b353ce8d7b7e5df6697b529fc6073b54afeeb78e;hb=b2c234b2056b9d8cb9f6eda268c2cf1845f88371;hpb=caf6efba68120623038efc361cf46e1f60de452b diff --git a/tox.ini b/tox.ini index b353ce8..c54d27d 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ markers = basepython=python3 usedevelop=True # for testing with other python versions -commands = py.test --ignore modules/ --tb native -ra -v -s -n auto -k 'not integration' -m 'not serial' {posargs} +commands = py.test --ignore modules/ --ignore tests/charms/ --tb native -ra -v -s -n auto -k 'not integration' -m 'not serial' {posargs} passenv = HOME VCA_HOST @@ -38,7 +38,7 @@ deps = [testenv:py3] # default tox env, excludes integration and serial tests commands = - pytest --ignore modules/ --tb native -ra -v -s -n auto -k 'not integration' -m 'not serial' {posargs} + pytest --ignore modules/ --ignore tests/charms/ --tb native -ra -v -s -n auto -k 'not integration' -m 'not serial' {posargs} [testenv:lint] envdir = {toxworkdir}/py3 @@ -49,7 +49,7 @@ deps = [testenv:integration] envdir = {toxworkdir}/py3 -commands = py.test --ignore modules/ --tb native -ra -v -s -n 1 -k 'integration' -m 'serial' {posargs} +commands = py.test --ignore modules/ --ignore tests/charms/ --tb native -ra -v -s -n 1 -k 'integration' -m 'serial' {posargs} [testenv:build] deps =