From ab22f5c50792b92cd450a3a0f72db4f20b93f829 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 22 Apr 2024 14:36:08 +0100 Subject: [PATCH] Remove EncodingWarning workarounds for setuptools from pytest.ini --- pytest.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pytest.ini b/pytest.ini index 2ce6e3e1e7c..971f37f01cf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,14 +10,6 @@ filterwarnings= # Fail on warnings error - # Workarounds for pypa/setuptools#3810 - # Can't use EncodingWarning as it doesn't exist on Python 3.9. - # These warnings only appear on Python 3.10+ - default:'encoding' argument not specified - - # subprocess.check_output still warns with EncodingWarning even with encoding set - ignore:'encoding' argument not specified::setuptools.tests.environment - ## upstream # Ensure ResourceWarnings are emitted