Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
python-construct


Commits:
52cef354 by Fabian Bornschein at 2024-04-10T11:37:17+02:00
Workaround 'tests' discovery with python-pytest>=8

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -24,7 +24,7 @@ build() {
 
 check() {
   cd construct-$pkgver
-  pytest
+  PYTHONPATH=. pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-construct/-/commit/52cef3540dc4a31e5da466099d1d9e7b7ea3e0ee

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


Reply via email to