aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMiroslav Los <miroslav.los@pantheon.tech>2019-11-20 16:01:08 +0100
committerMiroslav Los <miroslav.los@pantheon.tech>2019-11-25 15:48:58 +0100
commitbe8eee466a5d17a4cf556ad42871b2437540f6d2 (patch)
treeb9512fd7f33586c0f1ba7f57fbd1d7f317fdd0da /tox.ini
parentfff7569a78c830f50ccefe4b84c768a4eb40d187 (diff)
Fix relative imports and invalid exception handling
Make proper relative or absolute imports within miss_htbt_service. Use proper except Class as variable syntax. Avoid multiple parameters to print() for potential python2 usage. Add missing original AT&T license text to test modules. Add attribution to commiter's employer to modified files. Trailing whitespace fixes. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-1939 Change-Id: Ibfc4bea3e33a512d06a41050ba5e591121eb9454
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8d2d63b..fcec640 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ deps=
coverage
pytest-cov
setenv =
- PYTHONPATH={toxinidir}/miss_htbt_service:{toxinidir}/miss_htbt_service/mod:{toxinidir}/tests
CBS_HTBT_JSON={toxinidir}/etc/config.json
recreate = True
commands=