Skip to content

Commit 13df64e

Browse files
committed
Removed all warnings ignores in pytest (they got fixed somehow?)
1 parent ffac9ac commit 13df64e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ env = [
105105
"RELEASE = CI-testing",
106106
]
107107
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",
114108
]
115109
markers = [
116110
"auditlog: enable admin logging",
@@ -124,7 +118,7 @@ python_files = "test*.py"
124118

125119
[tool.ruff]
126120
line-length = 160
127-
target-version = "py311"
121+
target-version = "py312"
128122

129123
[tool.ruff.lint]
130124
ignore = [

0 commit comments

Comments
 (0)