diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 13:21:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 13:21:46 -0700 |
commit | d5309e6e2d8d8cd4244e24ac1773ce76434ce46d (patch) | |
tree | e5d97e44d5786f72c7b8275fafce69db424481f0 /python/Pipfile | |
parent | 7d90315279d02b0d02d566a2b84231986bc43e59 (diff) | |
download | fatcat-d5309e6e2d8d8cd4244e24ac1773ce76434ce46d.tar.gz fatcat-d5309e6e2d8d8cd4244e24ac1773ce76434ce46d.zip |
pytest improvements: squelch raven deprecation; run pylint
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "*" |