Skip to content

Commit 1257474

Browse files
authored
Remove types-setuptools test dependency (#10380)
1 parent fff0be8 commit 1257474

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,7 @@ repos:
128128
args: []
129129
require_serial: true
130130
additional_dependencies:
131-
[
132-
"isort>=5",
133-
"platformdirs==2.2.0",
134-
"py==1.11",
135-
"tomlkit>=0.10.1",
136-
"types-setuptools==75.6.0.20241126",
137-
]
131+
["isort>=5", "platformdirs==2.2.0", "py==1.11", "tomlkit>=0.10.1"]
138132
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
139133
- repo: https://github.com/rbubley/mirrors-prettier
140134
rev: v3.5.3

requirements_test.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ contributors-txt>=1.0.0
55
pytest-cov~=6.1
66
pytest-xdist~=3.6
77
six
8-
# Type packages for mypy
9-
types-setuptools==80.4.0.20250511
108
tox>=3

0 commit comments

Comments
 (0)