Skip to content

Commit 96781a2

Browse files
authored
Merge pull request #1179 from jakob-keller/remove-setuptools-dev-dependency
Remove setuptools dev dependency
2 parents c9ec197 + 0f84577 commit 96781a2

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ?= conditional assign, so users can pass options on the CLI instead of manually editing this file
44
FLAGS?=
55

6-
pre-commit: checkrst
6+
pre-commit:
77
pre-commit run --all
88

99
test: pre-commit
@@ -12,9 +12,6 @@ test: pre-commit
1212
vtest:
1313
python -Wd -X tracemalloc=5 -X faulthandler -m pytest -s -vv $(FLAGS) ./tests/
1414

15-
checkrst:
16-
python setup.py check -rms
17-
1815
cov cover coverage: pre-commit
1916
python -Wd -m pytest -s -vv --cov-report term --cov-report html --cov aiobotocore ./tests
2017
@echo "open file://`pwd`/htmlcov/index.html"

requirements-dev.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ pytest==8.1.1
77
pytest-cov==5.0.0
88
pytest-asyncio~=0.23.8
99
pytest-xdist==3.5.0
10-
setuptools==67.8.0;python_version>="3.12"
1110

1211
# this is needed for test_patches
1312
dill~=0.3.3
1413

1514
# this is needed for test_version
1615
tomli; python_version < "3.11"
1716

18-
# this is needed when running setup.py check -rms
19-
Pygments
20-
2117
aiohttp${AIOHTTP_VERSION}
2218

2319
-e .[awscli,boto3]

setup.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)