Skip to content

Commit c54b706

Browse files
add psutil to test-requirements.txt
This is causing typeshed's build to fail (e.g. python/typeshed#1680). Followup from #4130.
1 parent 03a2bb6 commit c54b706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ flake8
22
flake8-bugbear; python_version >= '3.5'
33
flake8-pyi; python_version >= '3.6'
44
lxml==4.0.0
5-
typed-ast>=1.1.0,<1.2.0
5+
psutil==5.4.0
66
pytest>=3.0
77
pytest-xdist>=1.18
88
pytest-cov>=2.4.0
9+
typed-ast>=1.1.0,<1.2.0
910
typing>=3.5.2; python_version < '3.5'

0 commit comments

Comments
 (0)