File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 3
3
# ?= conditional assign, so users can pass options on the CLI instead of manually editing this file
4
4
FLAGS? =
5
5
6
- pre-commit : checkrst
6
+ pre-commit :
7
7
pre-commit run --all
8
8
9
9
test : pre-commit
@@ -12,9 +12,6 @@ test: pre-commit
12
12
vtest :
13
13
python -Wd -X tracemalloc=5 -X faulthandler -m pytest -s -vv $(FLAGS ) ./tests/
14
14
15
- checkrst :
16
- python setup.py check -rms
17
-
18
15
cov cover coverage : pre-commit
19
16
python -Wd -m pytest -s -vv --cov-report term --cov-report html --cov aiobotocore ./tests
20
17
@echo " open file://` pwd` /htmlcov/index.html"
Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ pytest==8.1.1
7
7
pytest-cov==5.0.0
8
8
pytest-asyncio~=0.23.8
9
9
pytest-xdist==3.5.0
10
- setuptools==67.8.0;python_version>="3.12"
11
10
12
11
# this is needed for test_patches
13
12
dill~=0.3.3
14
13
15
14
# this is needed for test_version
16
15
tomli; python_version < "3.11"
17
16
18
- # this is needed when running setup.py check -rms
19
- Pygments
20
-
21
17
aiohttp${AIOHTTP_VERSION}
22
18
23
19
-e .[awscli,boto3]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments