diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 19:08:57 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 19:09:01 -0800 |
commit | f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b (patch) | |
tree | 76c16b570103549ca52a92dfeaec10c23be9351d /python/Pipfile | |
parent | bd24db18a7872002d652b5ff40c87e38db70e8da (diff) | |
download | sandcrawler-f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b.tar.gz sandcrawler-f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b.zip |
remove unused pytype tool
Having trouble getting this to install on Xenial, and we aren't even
using it in tests/lint yet. Can revisit after Focal upgrade.
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 3d39fa5..c3929b3 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -18,10 +18,12 @@ pytest-mock = "*" pylint = "*" ipython = "*" mypy = "*" -pytype = "*" flake8 = "*" flake8-annotations = "*" +# pytype is failing to install on xenial VMs +#pytype = "*" + [packages] requests = ">=2" raven = {extras = ['flask'],version = "*"} |