Skip to content
Snippets Groups Projects
Commit 4b24fbe0 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Francesco Colista
Browse files

main/py3-testtools: remove no-op check

parent 89a80d15
No related branches found
No related tags found
No related merge requests found
......@@ -11,18 +11,16 @@ license="MIT"
depends="python3 py3-pbr py3-fixtures py3-extras py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
options="!check" # needs community/py3-twisted and testscenarios from pypi
build() {
python3 setup.py build
}
check() {
python3 setup.py check
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
6adbf9e90f0647a44130e99cd94e4c0cbfab3a1b5c28b6bb124d061defe69d8043186cfe554099936effe16a6b07d59927bfeb6820f5a0fb34970ff243030fd4 testtools-2.5.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment