Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-services
Commits:
44658253 by Jelle van der Waa at 2024-11-08T17:23:45+01:00
Drop unneeded checkdepend python-coverage
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = python-pytest-services
pkgdesc = Services plugin for pytest testing framework
pkgver = 2.2.1
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/pytest-dev/pytest-services
arch = any
license = MIT
checkdepends = memcached
checkdepends = python-astroid
- checkdepends = python-coverage
checkdepends = python-mysqlclient
checkdepends = python-pylibmc
checkdepends = xorg-server-xvfb
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=pytest-services
pkgname=python-pytest-services
pkgver=2.2.1
-pkgrel=10
+pkgrel=11
pkgdesc="Services plugin for pytest testing framework"
arch=(any)
url="https://github.com/pytest-dev/pytest-services"
@@ -25,7 +25,6 @@ makedepends=(
checkdepends=(
memcached
python-astroid
- python-coverage
python-mysqlclient
python-pylibmc
xorg-server-xvfb
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-services/-/commit/4465825380b2d8cbffb8471b2d9822ae8d7a38b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-services/-/commit/4465825380b2d8cbffb8471b2d9822ae8d7a38b7
You're receiving this email because of your account on gitlab.archlinux.org.