diff options
author | Dmitry Romanenko <Dmitry@Romanenko.in> | 2019-04-20 21:51:45 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-21 12:02:39 +0000 |
commit | 091f3f1d23172787cd84d0d9c0812bfde3ebf942 (patch) | |
tree | 6f1719727aa4b585049121467db410d9e59ef005 /community/py-execnet | |
parent | 894708372b11282074ca04919ae1055275bba60c (diff) | |
download | aports-091f3f1d23172787cd84d0d9c0812bfde3ebf942.tar.bz2 aports-091f3f1d23172787cd84d0d9c0812bfde3ebf942.tar.xz |
community/py-execnet: enabled tests
Diffstat (limited to 'community/py-execnet')
-rw-r--r-- | community/py-execnet/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py-execnet/APKBUILD b/community/py-execnet/APKBUILD index ead5a00687..7857785895 100644 --- a/community/py-execnet/APKBUILD +++ b/community/py-execnet/APKBUILD @@ -3,14 +3,15 @@ pkgname=py-execnet _pkgname=execnet pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="execnet: rapid multi-Python deployment" url="https://github.com/pytest-dev/execnet" arch="noarch" license="MIT" depends="py-apipkg" -options="!check" # Tests are broken https://github.com/pytest-dev/execnet/issues/89 -checkdepends="pytest" +# tests for py-gevent are broken, jython is missing in repo, eventlet is part +# of testing +checkdepends="pytest py-py" makedepends="python2-dev python3-dev py-setuptools py-setuptools_scm" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |