python-Jinja2: disable tests
This commit is contained in:
parent
ed6a71e6f4
commit
b691d9e51d
|
@ -6,7 +6,6 @@ wrksrc="Jinja2-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-MarkupSafe"
|
depends="python-MarkupSafe"
|
||||||
checkdepends="python-pytest $depends"
|
|
||||||
short_desc="Full featured template engine (Python2)"
|
short_desc="Full featured template engine (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -15,10 +14,6 @@ changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6
|
checksum=a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=src python2 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
# these files are valid only on Python 3.6+
|
# these files are valid only on Python 3.6+
|
||||||
|
|
Loading…
Reference in New Issue