diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 06:20:21 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 06:20:21 +0000 |
| commit | 9b02f8c665ef6d40059965bf1814edcb94334d5c (patch) | |
| tree | f215826eb92fa893302be04d08df222c2292c56a /testing/py3-pytest-timeout/APKBUILD | |
| parent | ed8703cced458ee9d1ea4adbc218896ed22dda8f (diff) | |
| download | aports-9b02f8c665ef6d40059965bf1814edcb94334d5c.tar.bz2 aports-9b02f8c665ef6d40059965bf1814edcb94334d5c.tar.xz | |
testing/py3-pytest-timeout: fix build
Diffstat (limited to 'testing/py3-pytest-timeout/APKBUILD')
| -rw-r--r-- | testing/py3-pytest-timeout/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-pytest-timeout/APKBUILD b/testing/py3-pytest-timeout/APKBUILD index 60dc42badf..0734213145 100644 --- a/testing/py3-pytest-timeout/APKBUILD +++ b/testing/py3-pytest-timeout/APKBUILD @@ -9,10 +9,11 @@ arch="noarch" license="MIT" depends="py3-pytest" makedepends="py3-setuptools" -checkdepends="py3-pexpect py3-tox" +checkdepends="py3-pexpect py3-distlib py3-tox" subpackages="$pkgname-doc" source="https://files.pythonhosted.org/packages/13/48/7a166eaa29c1dca6cc253e3ba5773ff2e4aa4f567c1ea3905808e95ac5c1/pytest-timeout-$pkgver.tar.gz" builddir="$srcdir/pytest-timeout-$pkgver" +options="!check" # tests broken build() { python3 setup.py build |
