Skip to content

Commit 6d91421

Browse files
authored
Require base dependencies in pylint for pyproject (#41795)
1 parent 5c9913e commit 6d91421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/tox/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ setenv =
105105
{[testenv:pylint]setuptools_enable}
106106
PROXY_URL=http://localhost:5002
107107
deps =
108+
{[base]deps}
108109
-rdev_requirements.txt
109110
commands =
110111
{[tox]pip_command} install pylint=={[testenv:pylint]pylint_version}
@@ -129,6 +130,7 @@ setenv =
129130
{[testenv:pylint]setuptools_enable}
130131
PROXY_URL=http://localhost:5002
131132
deps =
133+
{[base]deps}
132134
-rdev_requirements.txt
133135
PyGitHub>=1.59.0
134136
commands =

0 commit comments

Comments
 (0)