python3-humanize: remove unnecessary custom do_check
This commit is contained in:
parent
21a82173b4
commit
4e8fe6d814
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ do_patch() {
|
|||
sed -i "s/VERSION = .*$/VERSION = '${version}'/" src/humanize/__init__.py
|
||||
}
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="${PWD}/build/lib" python3 -m pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue