Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-jaraco.text


Commits:
5a41ee6f by Chih-Hsuan Yen at 2024-10-10T22:36:34+08:00
Fix check() with the latest pytest

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -6,6 +6,7 @@ pkgbase = python-jaraco.text
        arch = any
        license = MIT
        checkdepends = python-pytest
+       checkdepends = python-inflect
        makedepends = git
        makedepends = python-build
        makedepends = python-installer


=====================================
PKGBUILD
=====================================
@@ -11,7 +11,8 @@ url='https://github.com/jaraco/jaraco.text'
 license=('MIT')
 depends=('python' 'python-jaraco.functools' 'python-jaraco.context' 
'python-autocommand' 'python-more-itertools')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest')
+# python-inflect is not used in tests, but seems all files are imported by 
pytest now
+checkdepends=('python-pytest' 'python-inflect')
 optdepends=(
  'python-inflect: for show-newlines script'
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.text/-/commit/5a41ee6f814c11423060ff1a2d7fa1bd021cb824

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


Reply via email to