Skip to content

Commit e1eba13

Browse files
committed
chore: prevent FutureWarning about Pyton versions from failing tests
1 parent b159a82 commit e1eba13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ ignore_missing_imports = true
9191
filterwarnings = [
9292
# treat all warnings as errors
9393
"error",
94+
# Prevent Python version warnings from interfering with tests
95+
"ignore:.* Python version .*:FutureWarning",
9496
# Remove once https://github.com/pytest-dev/pytest-cov/issues/621 is fixed
9597
"ignore:.*The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning",
9698
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed

0 commit comments

Comments
 (0)