Skip to content

Commit d462809

Browse files
Revert "Add dependency groups to pyproject.toml file (#10332)" (#10342)
This reverts commit 70559b8.
1 parent 13743cd commit d462809

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

pyproject.toml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ classifiers = [
3434
"Typing :: Typed",
3535
]
3636
dynamic = [ "version" ]
37-
# All the dependencies of the project will be configured here, once pip fully supports PEP735
38-
# TODO: Remove all requirements.txt files and use this section instead once pip supports PEP735
37+
3938
dependencies = [
4039
# Also upgrade requirements_test_min.txt.
4140
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
@@ -52,10 +51,8 @@ dependencies = [
5251
"tomlkit>=0.10.1",
5352
"typing-extensions>=3.10; python_version<'3.10'",
5453
]
55-
5654
optional-dependencies.spelling = [ "pyenchant~=3.2" ]
5755
optional-dependencies.testutils = [ "gitpython>3" ]
58-
5956
urls."Bug Tracker" = "https://github.com/pylint-dev/pylint/issues"
6057
urls."Discord Server" = "https://discord.com/invite/Egy6P8AMB5"
6158
urls."Docs: Contributor Guide" = "https://pylint.readthedocs.io/en/latest/development_guide/contributor_guide/index.html"
@@ -68,44 +65,6 @@ scripts.pylint-config = "pylint:_run_pylint_config"
6865
scripts.pyreverse = "pylint:run_pyreverse"
6966
scripts.symilar = "pylint:run_symilar"
7067

71-
[dependency-groups]
72-
dev = [
73-
"contributors-txt>=1",
74-
"pre-commit",
75-
"tbump~=6.11.0",
76-
]
77-
78-
test = [
79-
"coverage~=7.8",
80-
"pytest-cov~=6.0",
81-
"pytest-xdist~=3.6",
82-
"six",
83-
"tox>=3",
84-
"types-setuptools==78.1.0.20250329",
85-
{ include-group = "test-min" },
86-
]
87-
88-
docs = [
89-
"furo==2024.8.6",
90-
"sphinx==8.2.3",
91-
"sphinx-reredirects<1",
92-
"towncrier~=24.8",
93-
]
94-
95-
# Configuration for the build system
96-
test-min = [
97-
# Base test dependencies
98-
"astroid==4.0.0a0", # Pinned to a specific version for tests
99-
"py~=1.11.0",
100-
"pytest~=8.3",
101-
"pytest-benchmark~=5.1",
102-
"pytest-timeout~=2.3",
103-
"requests",
104-
"setuptools; python_version>='3.12'",
105-
"towncrier~=24.8",
106-
"typing-extensions~=4.12",
107-
]
108-
10968
[tool.setuptools.packages.find]
11069
include = [ "pylint*" ]
11170

0 commit comments

Comments
 (0)