Skip to content

Commit

Permalink
Removed deprecation warning from the tests due to boto3 breaking due …
Browse files Browse the repository at this point in the history
…to this bug - boto/boto3#3889
  • Loading branch information
StevenMapes committed Dec 14, 2023
1 parent 9cc46f0 commit 23c6ef3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ deps =
coverage
setenv =
DJANGO_SETTINGS_MODULE = tests.settings
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run -m pytest {posargs}
# Disable DeprecationWarning error until boto3
# commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run -m pytest {posargs}
commands = python -m coverage run -m pytest {posargs}


[testenv:py38-django32]
deps = -rrequirements/py38-django32.txt
Expand Down

0 comments on commit 23c6ef3

Please sign in to comment.