mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
python3-tornado: update to 6.5.2.
This commit is contained in:
parent
52aad234a7
commit
43ce92cad0
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-tornado'
|
||||
pkgname=python3-tornado
|
||||
version=6.4.2
|
||||
version=6.5.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
|||
homepage="http://www.tornadoweb.org/"
|
||||
changelog="https://www.tornadoweb.org/en/stable/releases.html"
|
||||
distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
|
||||
checksum=92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b
|
||||
checksum=ab53c8f9a0fa351e2c0741284e06c7a45da86afb544133201c5cc8578eb076a0
|
||||
|
||||
do_check() {
|
||||
# There is one instance of test_bind_source_ip (the one for
|
||||
|
@ -27,6 +27,9 @@ do_check() {
|
|||
# Setting the timeout to 6 works around it.
|
||||
local -x ASYNC_TEST_TIMEOUT=6
|
||||
|
||||
# `tcpclient_test::test_source_port_fail` fails on CI, force skip
|
||||
[ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ] && local -x LOGNAME=root
|
||||
|
||||
# pytest is not supported
|
||||
python3 -m tornado.test
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue