From d5309e6e2d8d8cd4244e24ac1773ce76434ce46d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 13:21:39 -0700 Subject: pytest improvements: squelch raven deprecation; run pylint --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 321b2d50..09a5327c 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -11,6 +11,7 @@ name = "pypi" [dev-packages] pytest = ">=4" pytest-pythonpath = "*" +pytest-pylint = "*" ipython = "*" responses = ">=0.10" pytest-cov = "*" -- cgit v1.2.3