Skip to content

Commit

Permalink
Merge pull request #1179 from jakob-keller/remove-setuptools-dev-depe…
Browse files Browse the repository at this point in the history
…ndency

Remove setuptools dev dependency
  • Loading branch information
jakob-keller authored Aug 23, 2024
2 parents c9ec197 + 0f84577 commit 96781a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ?= conditional assign, so users can pass options on the CLI instead of manually editing this file
FLAGS?=

pre-commit: checkrst
pre-commit:
pre-commit run --all

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

checkrst:
python setup.py check -rms

cov cover coverage: pre-commit
python -Wd -m pytest -s -vv --cov-report term --cov-report html --cov aiobotocore ./tests
@echo "open file://`pwd`/htmlcov/index.html"
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ pytest==8.1.1
pytest-cov==5.0.0
pytest-asyncio~=0.23.8
pytest-xdist==3.5.0
setuptools==67.8.0;python_version>="3.12"

# this is needed for test_patches
dill~=0.3.3

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

# this is needed when running setup.py check -rms
Pygments

aiohttp${AIOHTTP_VERSION}

-e .[awscli,boto3]
3 changes: 0 additions & 3 deletions setup.py

This file was deleted.

0 comments on commit 96781a2

Please sign in to comment.