Skip to content

Commit

Permalink
TEMP: ignore *all* deprecations?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed May 31, 2023
1 parent 51a1220 commit 92d1111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ passenv=
setenv=
# PYTHONWARNDEFAULTENCODING=1 # TODO: enable this
brief: HYPOTHESIS_PROFILE=speedy
py312: PYTHONWARNINGS=ignore::DeprecationWarning
PYTHONWARNINGS=ignore::DeprecationWarning
commands =
full: bash scripts/basic-test.sh
brief: python -bb -X dev -m pytest -n auto tests/cover/test_testdecorators.py {posargs}
Expand Down

0 comments on commit 92d1111

Please sign in to comment.