From 0b7c3d1145d3f9508598aeebee7b1675c330df34 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 28 Dec 2021 17:09:27 +0100 Subject: [PATCH] Remove Python 3.6 related warning from filterwarnings. --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d32b755c..70a9406a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ filterwarnings = [ "default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*", # distutils is deprecated in 3.10, scheduled for removal in 3.12 "ignore:The distutils package is deprecated:DeprecationWarning", - # produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8)." - "ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))", # produced by pytest-xdist "ignore:.*type argument to addoption.*:DeprecationWarning", # produced on execnet (pytest-xdist)