Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 11, 2024
1 parent de5ead8 commit af24a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ filterwarnings = [
"ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest",
"ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\)*:DeprecationWarning", # https://github.com/pytest-dev/pytest/issues/11528
]
norecursedirs = [
"test/scripts/'"
]

[tool.cibuildwheel]
skip = ["cp313*", "*musllinux*", "pp*"]
Expand Down

0 comments on commit af24a69

Please sign in to comment.