From f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 6 Nov 2020 19:08:57 -0800 Subject: 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. --- python/Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/Pipfile') 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 = "*"} -- cgit v1.2.3