From 331a93a59c60f570c2ab231b425f9cd46c07ccf4 Mon Sep 17 00:00:00 2001 From: emartin Date: Wed, 11 Dec 2019 11:48:53 +0000 Subject: Pull config from CBS Signed-off-by: emartin Issue-ID: DCAEGEN2-1843 Change-Id: Id97960dc02aca5531be016d70ea388473b556683 --- components/pm-subscription-handler/tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/pm-subscription-handler/tox.ini') 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 -- cgit 1.2.3-korg