George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-env


Commits:
55d891e1 by George Rawlinson at 2026-02-12T08:10:19+00:00
upgpkg: 1.3.2-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = python-pytest-env
        pkgdesc = pytest plugin to set environment variables in pytest.ini or 
pyproject.toml file
-       pkgver = 1.2.0
-       pkgrel = 2
+       pkgver = 1.3.2
+       pkgrel = 1
        url = https://github.com/pytest-dev/pytest-env
        arch = any
        license = MIT
+       checkdepends = python-pytest-mock
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
@@ -12,8 +13,9 @@ pkgbase = python-pytest-env
        makedepends = python-hatch-vcs
        depends = python
        depends = python-pytest
-       source = 
python-pytest-env::git+https://github.com/pytest-dev/pytest-env#tag=1.2.0
-       sha512sums = 
e6520925171cca0da8f6b2c31d902ca32f8e207915d575d2352f9f62780115e62bbc9eb88ea9416723684f51c3a7881a613f729967ebd4cce13b594b4291c213
-       b2sums = 
739f0195e5c89a63cbcfcff3915afcabadc14ce8c5189dc98d9b7639be7f948de3fa485696579336f1ae6cc1c91bc4862982afda49dd9bdb50a93850a4cf6920
+       depends = python-dotenv
+       source = 
python-pytest-env::git+https://github.com/pytest-dev/pytest-env#tag=1.3.2
+       sha512sums = 
a9cafa9d8999aeddeb7a2dfbef6eb331f5a92e1ee872ff45f006391669dab3c23f10ae69bee1fb04cbd572e1560377837e6495e971df00de41404df1f9ca5d58
+       b2sums = 
8a9e6e1adb8d408fa377b8415210b194ca18e8eb9e2333a07eec2d7628655236fbe9d18e1aa1ff70d9657d0cc7e9092772f6ea4e988e6140d06bd55c2e1f3202
 
 pkgname = python-pytest-env


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,17 @@
 # Contributor: Rafael Fontenelle <[email protected]>
 
 pkgname=python-pytest-env
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc='pytest plugin to set environment variables in pytest.ini or 
pyproject.toml file'
 arch=(any)
 url='https://github.com/pytest-dev/pytest-env'
 license=(MIT)
-depends=(python python-pytest)
+depends=(
+  python
+  python-pytest
+  python-dotenv
+)
 makedepends=(
   git
   python-build
@@ -16,9 +20,10 @@ makedepends=(
   python-hatchling
   python-hatch-vcs
 )
+checkdepends=(python-pytest-mock)
 source=("$pkgname::git+$url#tag=$pkgver")
-sha512sums=('e6520925171cca0da8f6b2c31d902ca32f8e207915d575d2352f9f62780115e62bbc9eb88ea9416723684f51c3a7881a613f729967ebd4cce13b594b4291c213')
-b2sums=('739f0195e5c89a63cbcfcff3915afcabadc14ce8c5189dc98d9b7639be7f948de3fa485696579336f1ae6cc1c91bc4862982afda49dd9bdb50a93850a4cf6920')
+sha512sums=('a9cafa9d8999aeddeb7a2dfbef6eb331f5a92e1ee872ff45f006391669dab3c23f10ae69bee1fb04cbd572e1560377837e6495e971df00de41404df1f9ca5d58')
+b2sums=('8a9e6e1adb8d408fa377b8415210b194ca18e8eb9e2333a07eec2d7628655236fbe9d18e1aa1ff70d9657d0cc7e9092772f6ea4e988e6140d06bd55c2e1f3202')
 
 build() {
   cd "$pkgname"
@@ -34,7 +39,13 @@ check() {
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   export PYTHONPATH="$(pwd)/tmp/$site_packages"
 
-  pytest -v
+  pytest -v \
+    --deselect tests/test_env.py::test_env_via_toml["pyproject toml via 
tool.pytest"] \
+    --deselect tests/test_env.py::test_env_via_toml["pytest toml over 
pyproject toml"] \
+    --deselect tests/test_env.py::test_env_via_toml["subdir pytest toml over 
parent pyproject toml"] \
+    --deselect 
tests/test_env.py::test_env_via_pyproject_toml_bad["pytest.toml"] \
+    --deselect 
tests/test_env.py::test_env_via_pyproject_toml_bad[".pytest.toml"]
+
 }
 
 package() {


=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
 ]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-env/-/commit/55d891e1bd76bc0729b126f26cd4432e17a2bf85

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


Reply via email to