Date: Saturday, January 11, 2020 @ 12:27:44 Author: yan12125 Revision: 551891
Fix tests Ref: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/python&id=377bc4934144c033a5d349e8eb4238414e7137be Modified: python-pytrie/trunk/PKGBUILD ----------+ PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-11 12:26:30 UTC (rev 551890) +++ PKGBUILD 2020-01-11 12:27:44 UTC (rev 551891) @@ -9,6 +9,8 @@ url="https://github.com/gsakkis/pytrie/" depends=(python python-sortedcontainers) makedepends=(python-setuptools) +# Tests in this package imports tests from CPython :/ +checkdepends=(python-tests) license=(BSD) arch=(any) source=("https://github.com/gsakkis/pytrie/archive/$pkgver/$pkgname-$pkgver.tar.gz"
