[arch-commits] Commit in python-jinja/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Jul 7 04:56:05 UTC 2022


    Date: Thursday, July 7, 2022 @ 04:56:04
  Author: foutrelis
Revision: 1247580

upgpkg: python-jinja 1:3.1.2-2: fix repro maybe

Modified:
  python-jinja/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 04:32:48 UTC (rev 1247579)
+++ PKGBUILD	2022-07-07 04:56:04 UTC (rev 1247580)
@@ -4,7 +4,7 @@
 
 pkgname=python-jinja
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
@@ -25,7 +25,7 @@
 check() {
   cd Jinja2-$pkgver
   # https://github.com/pypa/setuptools/issues/2466
-  PYTHONPATH=build/lib pytest \
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=build/lib pytest \
     --deselect tests/test_loader.py::test_package_dir_list \
     --deselect tests/test_loader.py::test_package_dir_source \
     --deselect tests/test_loader.py::test_package_file_list \



More information about the arch-commits mailing list