summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorJoseph O'Leary <joseph.o.leary@est.tech>2020-01-10 11:43:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-10 11:43:57 +0000
commit8570063f9b5de18acfa9eec7395430745b891863 (patch)
tree89ab0c66b8467b75a7c9b742a25ad931c4d03410 /components/pm-subscription-handler/tox.ini
parent6670cf98b8141f6b0f67efa9ec5caeca6e5863a8 (diff)
parent331a93a59c60f570c2ab231b425f9cd46c07ccf4 (diff)
Merge "Pull config from CBS"
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r--components/pm-subscription-handler/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini
index fcbb647c..523338d1 100644
--- a/components/pm-subscription-handler/tox.ini
+++ b/components/pm-subscription-handler/tox.ini
@@ -26,6 +26,7 @@ deps=
pytest
coverage
pytest-cov
+ responses==0.10.7
setenv =
PYTHONPATH={toxinidir}/pmsh_service:{toxinidir}/pmsh_service/mod:{toxinidir}/tests
commands=
@@ -39,3 +40,4 @@ commands = flake8 pmsh_service tests
[flake8]
max-line-length=100
+ignore = E999