We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b159a82 commit e1eba13Copy full SHA for e1eba13
pyproject.toml
@@ -91,6 +91,8 @@ ignore_missing_imports = true
91
filterwarnings = [
92
# treat all warnings as errors
93
"error",
94
+ # Prevent Python version warnings from interfering with tests
95
+ "ignore:.* Python version .*:FutureWarning",
96
# Remove once https://github.com/pytest-dev/pytest-cov/issues/621 is fixed
97
"ignore:.*The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning",
98
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
0 commit comments