Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-biscuits
Commits:
9fc0b35d by Rafael Fontenelle at 2024-02-25T23:58:10-03:00
Replace pytest-runner with pytest
- - - - -
c863eee6 by Daniel M. Capella at 2024-02-28T01:15:37-05:00
Bump SRCINFO
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -5,7 +5,7 @@ pkgbase = python-biscuits
url = https://github.com/pyrates/biscuits
arch = x86_64
license = MIT
- checkdepends = python-pytest-runner
+ checkdepends = python-pytest
makedepends = cython
makedepends = python-setuptools
depends = python
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ license=('MIT')
arch=('x86_64')
depends=('python')
makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyrates/biscuits/archive/$pkgver.tar.gz")
sha512sums=('d603ee536348686d958fde9de6c79f438f1ab753746518a05abc4b7ff5b236e6b744fad5a41d712c5c01867e63e63ce11da47394cdc4f9c2e89a04fa0fb4fb14')
@@ -20,7 +20,7 @@ build() {
check() {
cd biscuits-$pkgver
- python setup.py pytest
+ PYTHONPATH="$PWD" pytest -v
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-biscuits/-/compare/5814732d0f9ed2ba936b4e6c442db10518cb4fb8...c863eee6c7640e0f7b7b0d3b1627830dd70c05e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-biscuits/-/compare/5814732d0f9ed2ba936b4e6c442db10518cb4fb8...c863eee6c7640e0f7b7b0d3b1627830dd70c05e9
You're receiving this email because of your account on gitlab.archlinux.org.