python3-pychm: fix tests
This commit is contained in:
parent
72aff39dbc
commit
5e52b982d7
1 changed files with 5 additions and 4 deletions
|
@ -12,9 +12,10 @@ short_desc="Python3 bindings for CHMLIB"
|
|||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/dottedmag/pychm"
|
||||
distfiles="${PYPI_SITE}/p/pychm/pychm-${version}.tar.gz"
|
||||
checksum=26606fec1e30cf7506c7afa943460c31e8dac87f35b7f178f437574d654cf672
|
||||
#distfiles="${PYPI_SITE}/p/pychm/pychm-${version}.tar.gz"
|
||||
distfiles=https://github.com/dottedmag/pychm/archive/refs/tags/v0.8.6.tar.gz
|
||||
checksum=23cdc3bbbeb97b57b472a67a0c7c96c6f1ec2d684a73a69fa84aaaeb195cab6c
|
||||
|
||||
do_test() {
|
||||
pytest
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" pytest
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue