[arch-commits] Commit in python-pytest-timeout/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Jun 17 13:35:00 UTC 2021


    Date: Thursday, June 17, 2021 @ 13:35:00
  Author: eschwartz
Revision: 964620

upgpkg: python-pytest-timeout 1.4.2-4

Don't test pytest-cov interactions on python2. We don't intend to officially
support python2-pytest-cov anyway, and this is the last reverse dependency so
after this we can just remove python2-pytest-cov from the repos.

Modified:
  python-pytest-timeout/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 13:27:23 UTC (rev 964619)
+++ PKGBUILD	2021-06-17 13:35:00 UTC (rev 964620)
@@ -3,13 +3,13 @@
 pkgbase=python-pytest-timeout
 pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
 pkgver=1.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc='py.test plugin to abort hanging tests'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-timeout'
-makedepends=('python-setuptools' 'python-pytest' 'python2-pytest')
-checkdepends=('python-pexpect' 'python2-pexpect' 'python-pytest-cov' 'python2-pytest-cov')
+makedepends=('python-setuptools' 'python-pytest' 'python2-setuptools' 'python2-pytest')
+checkdepends=('python-pexpect' 'python2-pexpect' 'python-pytest-cov')
 source=("https://github.com/pytest-dev/pytest-timeout/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('062ce6c832a7139874ad8f165818c2a7d9cef4a2fe2c53a6c37d4f0a060cf920204f1d2d255e4d31953c0da268e708c1d305f362cd6d0ea103bc101ffb51b098')
 
@@ -34,7 +34,7 @@
 
   cd "$srcdir"/pytest-timeout-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 -k 'not cov'
 }
 
 package_python-pytest-timeout() {



More information about the arch-commits mailing list