Skip to content

Commit 0b7c3d1

Browse files
committed
Remove Python 3.6 related warning from filterwarnings.
1 parent e5bf378 commit 0b7c3d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ filterwarnings = [
2828
"default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*",
2929
# distutils is deprecated in 3.10, scheduled for removal in 3.12
3030
"ignore:The distutils package is deprecated:DeprecationWarning",
31-
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8)."
32-
"ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))",
3331
# produced by pytest-xdist
3432
"ignore:.*type argument to addoption.*:DeprecationWarning",
3533
# produced on execnet (pytest-xdist)

0 commit comments

Comments
 (0)