Date: Wednesday, April 19, 2023 @ 09:42:45
  Author: dvzrv
Revision: 1447427

upgpkg: python-pdm 2.5.3-2: Rebuild against Python 3.11.

Modified:
  python-pdm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 09:32:16 UTC (rev 1447426)
+++ PKGBUILD    2023-04-19 09:42:45 UTC (rev 1447427)
@@ -3,7 +3,7 @@
 _name=pdm
 pkgname=python-pdm
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern Python package manager with PEP 582 support"
 arch=(any)
 url="https://github.com/pdm-project/pdm";
@@ -58,6 +58,8 @@
     -vv
     # https://github.com/pdm-project/pdm/issues/1831
     --deselect tests/cli/test_others.py::test_build_distributions
+    # we don't want to run tests that require the internet
+    --deselect tests/test_project.py::test_access_index_with_auth
   )
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
 

Reply via email to