Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-charset-normalizer


Commits:
7e84029a by Daniel M. Capella at 2024-04-18T16:04:49-04:00
Use --override-ini instead of -c for pytest

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -38,7 +38,8 @@ build() {
 
 check() {
   cd $_name
-  pytest -c /dev/null
+  # Override addopts as they invoke coverage testing
+  pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-charset-normalizer/-/commit/7e84029ac83d37b3c8bfe6e08a8d97b49c48820c

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


Reply via email to