From 92d1111f94ed24dac5d8c5525a3a351fed098739 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Wed, 31 May 2023 07:30:22 -0600 Subject: [PATCH] TEMP: ignore *all* deprecations? --- hypothesis-python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypothesis-python/tox.ini b/hypothesis-python/tox.ini index ab6b2f771b..5aaacc6d78 100644 --- a/hypothesis-python/tox.ini +++ b/hypothesis-python/tox.ini @@ -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}