Date: Saturday, April 8, 2023 @ 07:09:52
Author: polyzen
Revision: 1442037
upgpkg: python-paste 3.5.2-2: Env variable copied from Alpine
Modified:
python-paste/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-08 07:06:47 UTC (rev 1442036)
+++ PKGBUILD 2023-04-08 07:09:52 UTC (rev 1442037)
@@ -4,7 +4,7 @@
pkgname=python-paste
pkgver=3.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for using a Web Server Gateway Interface stack"
arch=('any')
url="https://pythonpaste.readthedocs.io/"
@@ -23,7 +23,7 @@
check() {
cd Paste-$pkgver
- pytest
+ PYTHONWARNINGS="ignore::DeprecationWarning" pytest
}
package() {