Skip to content

Commit b85ccf0

Browse files
committed
Add psutil to pylint tox env
1 parent 664bd16 commit b85ccf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ commands =
6363

6464
[testenv:pylint]
6565
deps =
66-
pytest==7.4.0
66+
psutil==5.9.7
6767
pylint==3.2.2
68+
pytest==7.4.0
6869
commands =
6970
pip install -e .
7071
pylint {posargs: scrapy_playwright setup.py tests}

0 commit comments

Comments
 (0)