Remove Python 3.6 related warning from filterwarnings.

This commit is contained in:
Hasan Ramezani 2021-12-28 17:09:27 +01:00
parent e5bf3784a4
commit 0b7c3d1145
No known key found for this signature in database
GPG Key ID: 36462AEA74DF3539
1 changed files with 0 additions and 2 deletions

View File

@ -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)