Skip to content

Commit cfe72e5

Browse files
Shorten tox.ini workaround comment
1 parent 9d2dbe4 commit cfe72e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
# Package used as a workaround to install the dependencies read from pyproject.toml dev section.
1414
toml>=0.10.2,<0.11
1515
pyproject_reader =
16-
# Workaround to install the dependencies read from pyproject.toml dev section. Use toml to read the file and install the dependencies.
16+
# Workaround to install the dependencies read from pyproject.toml dev section.
1717
python -c "import toml, subprocess; deps = toml.load('pyproject.toml')['project']['optional-dependencies']['{env:DEPS_SECTION}']; subprocess.run(['pip', 'install'] + deps)"
1818

1919
[gh-actions]

0 commit comments

Comments
 (0)