Skip to content

Commit e09e3ea

Browse files
committed
Remove the [test] extras_requires.
Test dependencies, along with how tests are run, are now specified in tox.ini.
1 parent ae3e9c5 commit e09e3ea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ setup_requires =
5252
[options.extras_require]
5353
ipython =
5454
ipython
55-
# XXX: the [test] extras is deprecated
56-
# Ref: https://github.com/lektor/lektor/pull/931#issuecomment-911879538
57-
test =
58-
pre-commit
59-
pylint==2.7.0
60-
pytest
61-
pytest-cov
62-
pytest-mock
63-
pytest-click
6455

6556
[options.entry_points]
6657
console_scripts =

0 commit comments

Comments
 (0)