From c3ff3624c3794ce1bc86ff1962ea848997fca2f7 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 7 Jan 2022 10:18:05 +0100 Subject: [PATCH] pytest.ini uses tabs --- pytest.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 2ffa4473f00..f522a45e224 100644 --- a/pytest.ini +++ b/pytest.ini @@ -38,8 +38,7 @@ filterwarnings= # SETUPTOOLS_USE_DISTUTILS=stdlib but for # https://github.com/pytest-dev/pytest/discussions/9296 ignore:The distutils.sysconfig module is deprecated, use sysconfig instead - - ignore:The distutils package is deprecated.* + ignore:The distutils package is deprecated.* # Workaround for pypa/setuptools#2868 # ideally would apply to PyPy only but for