diff options
author | 2019-12-11 11:48:53 +0000 | |
---|---|---|
committer | 2020-01-07 15:28:36 +0000 | |
commit | 331a93a59c60f570c2ab231b425f9cd46c07ccf4 (patch) | |
tree | ec144b15122053336538ed6d590a0c1b6aa4cafa /components/pm-subscription-handler/tox.ini | |
parent | ab4c8376241c153e3f8ab986bd29a8baa8226450 (diff) |
Pull config from CBS
Signed-off-by: emartin <ephraim.martin@est.tech>
Issue-ID: DCAEGEN2-1843
Change-Id: Id97960dc02aca5531be016d70ea388473b556683
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r-- | components/pm-subscription-handler/tox.ini | 2 |
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 |