python3-quart: remove unnecessary custom do_check
This commit is contained in:
parent
0d723727e5
commit
b3df4c3799
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@ changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
|
|||
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=d9fa92cfec967b8730ce75f90a454d0a687871960f5e334885e64bfae9d7cd3a
|
||||
|
||||
do_check() {
|
||||
vsed -e '/addopts/d' -i setup.cfg
|
||||
PYTHONPATH=src python3 -m pytest
|
||||
pre_check() {
|
||||
sed -e '/addopts/d' -i setup.cfg
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue