Skip to content

Commit

Permalink
fix failed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Oct 19, 2024
1 parent 4482464 commit 9dff5be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ cov cover coverage: pre-commit
mototest:
docker pull alpine
docker pull lambci/lambda:python3.8
<<<<<<< HEAD
BOTO_CONFIG=/dev/null python -Wd -X tracemalloc=5 -X faulthandler -m pytest -vv -m moto -n auto --cov-report term --cov-report html --cov-report xml --cov=aiobotocore --cov=tests --log-cli-level=DEBUG --http-backend=$(HTTP_BACKEND) $(FLAGS) aiobotocore tests
=======
python -Wd -X tracemalloc=5 -X faulthandler -m pytest -vv -m moto -n auto --cov-report term --cov-report html --cov-report xml --cov=aiobotocore --cov=tests --log-cli-level=DEBUG $(FLAGS) aiobotocore tests
>>>>>>> origin/master
python -Wd -X tracemalloc=5 -X faulthandler -m pytest -vv -m moto -n auto --cov-report term --cov-report html --cov-report xml --cov=aiobotocore --cov=tests --log-cli-level=DEBUG --http-backend=$(HTTP_BACKEND) $(FLAGS) aiobotocore tests
@echo "open file://`pwd`/htmlcov/index.html"

clean:
Expand Down
22 changes: 2 additions & 20 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,7 @@ dill~=0.3.3 # Requirement for tests/test_patches.py
docker~=7.1
moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9
pre-commit~=3.5.0
<<<<<<< HEAD
pytest==7.4.0
pytest-cov==4.1.0
pytest-asyncio~=0.21.1
pytest-xdist==3.3.1
setuptools==67.8.0;python_version>="3.12"

# this is needed for test_patches
dill~=0.3.3

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

httpx
# needed for tests.mock_server and tests.moto_server
aiohttp${AIOHTTP_VERSION}

-e .[awscli,boto3]
=======
pytest-asyncio~=0.23.8
tomli; python_version < "3.11" # Requirement for tests/test_version.py
>>>>>>> origin/master

httpx

0 comments on commit 9dff5be

Please sign in to comment.