Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit e1eba13

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)