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 6eddd20 commit bfb3581Copy full SHA for bfb3581
pyproject.toml
@@ -36,6 +36,7 @@ xfail_strict = true
36
filterwarnings = [
37
"error",
38
"ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest",
39
+ "ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\)*:DeprecationWarning", # https://github.com/pytest-dev/pytest/issues/11528
40
]
41
42
[tool.cibuildwheel]
0 commit comments