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