* update python-cheroot to 10.0.1-5
This commit is contained in:
parent
ad17e8ad77
commit
d643a99f0c
@ -1,7 +1,7 @@
|
||||
pkgbase = python-cheroot
|
||||
pkgdesc = Highly-optimized, pure-python HTTP server
|
||||
pkgver = 10.0.1
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://github.com/cherrypy/cheroot
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
|
@ -7,7 +7,7 @@ _name=cheroot
|
||||
pkgname=python-cheroot
|
||||
pkgdesc="Highly-optimized, pure-python HTTP server"
|
||||
pkgver=10.0.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=(any)
|
||||
url="https://github.com/cherrypy/cheroot"
|
||||
license=(BSD-3-Clause)
|
||||
@ -58,6 +58,7 @@ check() {
|
||||
local pytest_options=(
|
||||
-vv
|
||||
--override-ini="addopts="
|
||||
-W=ignore::DeprecationWarning
|
||||
# Requires python-pypytools
|
||||
--ignore cheroot/test/test_server.py
|
||||
# Issues with python-pyopenssl (being too new?!)
|
||||
|
Loading…
x
Reference in New Issue
Block a user