From c54b7067dd5d376b3c865d3370b0fb01298c2033 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 20 Oct 2017 14:11:28 -0400 Subject: [PATCH] add psutil to test-requirements.txt This is causing typeshed's build to fail (e.g. python/typeshed#1680). Followup from #4130. --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d8b53feb3fec..484adee0a88a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,9 @@ flake8 flake8-bugbear; python_version >= '3.5' flake8-pyi; python_version >= '3.6' lxml==4.0.0 -typed-ast>=1.1.0,<1.2.0 +psutil==5.4.0 pytest>=3.0 pytest-xdist>=1.18 pytest-cov>=2.4.0 +typed-ast>=1.1.0,<1.2.0 typing>=3.5.2; python_version < '3.5'