Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-openapi-core
Commits: 1b47d7ca by Antonio Rojas at 2024-12-25T00:44:09+01:00 Fix tests with python 3.13 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -61,7 +61,7 @@ build() { check() { cd $_pyname - PYTHONPATH="$PWD" pytest -v + PYTHONPATH="$PWD" pytest -v -W ignore::DeprecationWarning } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/1b47d7ca3356138ef5f444cc354aa651e919a9a0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/1b47d7ca3356138ef5f444cc354aa651e919a9a0 You're receiving this email because of your account on gitlab.archlinux.org.