David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-fastjsonschema


Commits:
dd5deb4d by David Runge at 2024-04-20T15:43:36+02:00
upgpkg: 2.19.1-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fastjsonschema
        pkgdesc = Fast JSON schema validator for Python
        pkgver = 2.19.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/horejsek/python-fastjsonschema
        arch = any
        license = BSD-3-Clause


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _name=fastjsonschema
 pkgname=python-fastjsonschema
 pkgver=2.19.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast JSON schema validator for Python"
 arch=(any)
 url="https://github.com/horejsek/python-fastjsonschema";
@@ -26,8 +26,16 @@ build() {
 }
 
 check() {
+  local pytest_options=(
+    -vv
+    -m "not benchmark"
+    # broken with pytest 8
+    --deselect 
tests/test_pattern_properties.py::test_pattern_with_escape_no_warnings
+    --deselect tests/test_string.py::test_pattern_with_escape_no_warnings
+  )
+
   cd $pkgname-$pkgver
-  pytest -vv -m "not benchmark"
+  pytest "${pytest_options[@]}"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastjsonschema/-/commit/dd5deb4dc614e20abeadd9c07cf4b3b29051a74d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastjsonschema/-/commit/dd5deb4dc614e20abeadd9c07cf4b3b29051a74d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to