diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c4a50b1..7020b79 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -85,7 +85,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.14 + uses: pypa/cibuildwheel@v2.16 env: CIBW_ARCHS_LINUX: x86_64 diff --git a/pyproject.toml b/pyproject.toml index 81386db..8ad546f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ xfail_strict = true filterwarnings = [ "error", "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 ] [tool.cibuildwheel]