aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-07-09 09:54:06 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-08-26 14:24:51 +0000
commit33c98bb917d4d14675e5c527cfde9547824b27f3 (patch)
tree67799b6fa932694026f76d7cba96d9cdf51ad398
parent345887e2a0a63d6502ef60085418c9a85e1b92a4 (diff)
downloadaports-33c98bb917d4d14675e5c527cfde9547824b27f3.tar.gz
aports-33c98bb917d4d14675e5c527cfde9547824b27f3.tar.bz2
aports-33c98bb917d4d14675e5c527cfde9547824b27f3.tar.xz
community/py3-requests-futures: move from testing
-rw-r--r--community/py3-requests-futures/APKBUILD (renamed from testing/py3-requests-futures/APKBUILD)3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-requests-futures/APKBUILD b/community/py3-requests-futures/APKBUILD
index 8c3241f3890..84ce72f5763 100644
--- a/testing/py3-requests-futures/APKBUILD
+++ b/community/py3-requests-futures/APKBUILD
@@ -9,6 +9,7 @@ arch="noarch"
license="Apache-2.0"
depends="python3 py3-requests"
makedepends="py3-setuptools"
+checkdepends="py3-pytest"
source="https://pypi.python.org/packages/source/r/requests-futures/requests-futures-$pkgver.tar.gz"
# Network is required for tests
# Some tests will fail until fixed: ttps://github.com/ross/requests-futures/issues/94
@@ -20,7 +21,7 @@ build() {
}
check() {
- python3 setup.py test
+ pytest
}
package() {