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 ffac9ac commit 13df64eCopy full SHA for 13df64e
pyproject.toml
@@ -105,12 +105,6 @@ env = [
105
"RELEASE = CI-testing",
106
]
107
filterwarnings = [
108
- "error",
109
- "ignore:'cgi' is deprecated",
110
- "ignore:SelectableGroups dict interface is deprecated",
111
- "ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:pytest_freezegun:17",
112
- "ignore:pkg_resources is deprecated as an API",
113
- "ignore:unclosed file:ResourceWarning",
114
115
markers = [
116
"auditlog: enable admin logging",
@@ -124,7 +118,7 @@ python_files = "test*.py"
124
118
125
119
[tool.ruff]
126
120
line-length = 160
127
-target-version = "py311"
121
+target-version = "py312"
128
122
129
123
[tool.ruff.lint]
130
ignore = [
0 commit comments