Skip to content

Commit a18638f

Browse files
committed
Merge branch 'main' into bump-deps
2 parents b9cd733 + 13c468c commit a18638f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
platforms: all
8686

8787
- name: Build wheels
88-
uses: pypa/cibuildwheel@v2.14
88+
uses: pypa/cibuildwheel@v2.16
8989
env:
9090
CIBW_ARCHS_LINUX: x86_64
9191

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ xfail_strict = true
3636
filterwarnings = [
3737
"error",
3838
"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
3940
]
4041

4142
[tool.cibuildwheel]

0 commit comments

Comments
 (0)