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

Filipe Laíns ffy00 at archlinux.org
Sat Feb 13 17:05:28 UTC 2021


    Date: Saturday, February 13, 2021 @ 17:05:28
  Author: ffy00
Revision: 859373

run tests

Modified:
  python-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-13 16:48:21 UTC (rev 859372)
+++ PKGBUILD	2021-02-13 17:05:28 UTC (rev 859373)
@@ -11,7 +11,7 @@
 depends=('python-toml' 'python-pep517' 'python-packaging')
 makedepends=('git' 'python-setuptools'
              'python-sphinx' 'python-sphinxcontrib-autoprogram' 'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
-checkdepends=('python-pytest' 'python-filelock')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-filelock')
 source=("git+$url#tag=$pkgver?signed")
 validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) <lains at archlinux.org>
 sha512sums=('SKIP')
@@ -27,7 +27,7 @@
 check() {
   cd $_pkgname
 
-#  PYTHONPATH=src pytest
+  PYTHONPATH=src pytest
 }
 
 package() {



More information about the arch-commits mailing list