George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-openpyxl


Commits:
e6457ed9 by loqs at 2026-01-05T17:35:18+00:00
Deselect failing tests

- Failure is due to additional conversion support in lxml 6.0 meaning an error 
is no longer raised.
- https://github.com/lxml/lxml/commit/b9e49d9a092c3216dced1a563e87e1acc4799758
- openpyxl pins lxml 5.1 making this an integration only issue.
- 
https://foss.heptapod.net/openpyxl/openpyxl/-/commit/7e64ae7bdde949477bdb81b37c10640833ea768d

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -41,14 +41,17 @@ 
b2sums=('7a70de814c39945ce4ed8c1e8105da9db4347b4a5f90e6620f6a22f85ba55e2330a305a
 
 build() {
   cd "$_pkgname-$pkgver"
-
   python -m build --wheel --no-isolation
 }
 
 check() {
   cd "$_pkgname-$pkgver"
 
-  pytest -v
+  # Deselect tests that fail due to additional conversion support in lxml 6.0 
mean an error is no longer raised
+  # 
https://github.com/lxml/lxml/commit/b9e49d9a092c3216dced1a563e87e1acc4799758
+  # openpyxl pins lxml 5.1
+  # 
https://foss.heptapod.net/openpyxl/openpyxl/-/commit/7e64ae7bdde949477bdb81b37c10640833ea768d
+  pytest -v -k "not test_iterparse"
 }
 
 package() {



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openpyxl/-/commit/e6457ed9dc803731359743087e92c8d4747e1fad
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to