commit | 331a93a59c60f570c2ab231b425f9cd46c07ccf4 | [log] [tgz] |
---|---|---|
author | emartin <ephraim.martin@est.tech> | Wed Dec 11 11:48:53 2019 +0000 |
committer | emartin <ephraim.martin@est.tech> | Tue Jan 07 15:28:36 2020 +0000 |
tree | ec144b15122053336538ed6d590a0c1b6aa4cafa | |
parent | ab4c8376241c153e3f8ab986bd29a8baa8226450 [diff] [blame] |
Pull config from CBS Signed-off-by: emartin <ephraim.martin@est.tech> Issue-ID: DCAEGEN2-1843 Change-Id: Id97960dc02aca5531be016d70ea388473b556683
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini index fcbb647..523338d 100644 --- a/components/pm-subscription-handler/tox.ini +++ b/components/pm-subscription-handler/tox.ini
@@ -26,6 +26,7 @@ pytest coverage pytest-cov + responses==0.10.7 setenv = PYTHONPATH={toxinidir}/pmsh_service:{toxinidir}/pmsh_service/mod:{toxinidir}/tests commands= @@ -39,3 +40,4 @@ [flake8] max-line-length=100 +ignore = E999