author | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 14:13:15 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 14:13:15 UTC |
parent | cbc5e33e3eb1c120de422b46c27d6f8b35e7f44e |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index c8becc0..ac518a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=('python-tornado' 'python2-tornado') pkgver=4.2.1 -pkgrel=2 +pkgrel=3 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('i686' 'x86_64') url='http://www.tornadoweb.org/' @@ -41,7 +41,7 @@ check() { ( cd tornado # TODO: exporting PYTHONPATH didn't fix the tornado.speedups not found problem... - export PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" + export PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python -m tornado.test.runtests python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient # python -m tornado.test.runtests --resolver=tornado.platform.caresresolver.CaresResolver # pycares not in the repos