Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-lazy-fixtures


Commits:
b2589273 by Daniel M. Capella at 2024-03-26T14:29:06-04:00
upgpkg: 1.0.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-pytest-lazy-fixtures
        pkgdesc = Use fixtures in @pytest.mark.parametrize
-       pkgver = 1.0.5
+       pkgver = 1.0.7
        pkgrel = 1
        url = https://github.com/dev-petrov/pytest-lazy-fixtures
        arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pytest-lazy-fixtures
        makedepends = python-poetry-core
        depends = python
        depends = python-pytest
-       source = 
https://github.com/dev-petrov/pytest-lazy-fixtures/archive/1.0.5/python-pytest-lazy-fixtures-1.0.5.tar.gz
-       sha256sums = 
c99e8969a67d2e2a2cefc7f36151dcb5b52e0c4080e538775ead9ff349eebc2c
+       source = 
https://github.com/dev-petrov/pytest-lazy-fixtures/archive/1.0.7/python-pytest-lazy-fixtures-1.0.7.tar.gz
+       sha256sums = 
a5f918446cde27ff569300b2d0f53fcb30d139537a0b069f7ee20a79229da0bd
 
 pkgname = python-pytest-lazy-fixtures


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-pytest-lazy-fixtures
-pkgver=1.0.5
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="Use fixtures in @pytest.mark.parametrize"
 arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
 depends=(python python-pytest)
 makedepends=(python-build python-installer python-poetry-core)
 
source=(https://github.com/dev-petrov/pytest-lazy-fixtures/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c99e8969a67d2e2a2cefc7f36151dcb5b52e0c4080e538775ead9ff349eebc2c')
+sha256sums=('a5f918446cde27ff569300b2d0f53fcb30d139537a0b069f7ee20a79229da0bd')
 
 build() {
   cd pytest-lazy-fixtures-$pkgver
@@ -19,7 +19,7 @@ build() {
 
 check() {
   cd pytest-lazy-fixtures-$pkgver
-  PYTHONPATH="$PWD" pytest
+  PYTHONPATH="$PWD" pytest -p pytest_lazy_fixtures.plugin
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lazy-fixtures/-/commit/b2589273a8d2dfb28fe250daa39d56cef4ef3592

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


Reply via email to