olm-python3: remove unnecessary custom do_check
This commit is contained in:
parent
fa5500228e
commit
5d7e4abdf7
1 changed files with 0 additions and 5 deletions
|
@ -8,7 +8,6 @@ build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-cffi"
|
hostmakedepends="python3-setuptools python3-cffi"
|
||||||
makedepends="python3-devel libffi-devel olm-devel"
|
makedepends="python3-devel libffi-devel olm-devel"
|
||||||
depends="python3-cffi python3-future"
|
depends="python3-cffi python3-future"
|
||||||
checkdepends="python3-pytest python3-future"
|
|
||||||
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
|
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
|
||||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -21,7 +20,3 @@ make_check=no
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make include/olm/olm.h
|
make include/olm/olm.h
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=$(cd build/lib.linux-* && pwd) python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue