Date: Friday, April 7, 2023 @ 13:46:03
  Author: jelle
Revision: 1441207

upgpkg: awxkit 22.0.0-2: Python 3.11 rebuild

Modified:
  awxkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-07 13:45:30 UTC (rev 1441206)
+++ PKGBUILD    2023-04-07 13:46:03 UTC (rev 1441207)
@@ -4,7 +4,7 @@
 _pkgname=awx
 _commit=2db29e5ce214699cee8551f21da3c687a9f4fe79
 pkgver=22.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The official command line interface for Ansible AWX"
 arch=('any')
 url="https://github.com/ansible/awx";
@@ -42,6 +42,8 @@
       # NOTE: deselect tests that require python-websocket-client
       --deselect test/test_ws.py::test_explicit_hostname
       --deselect test/test_ws.py::test_urlparsing
+      # Python 3.11 test failure https://github.com/ansible/awx/issues/13820
+      --deselect 
test/cli/test_options.py::TestOptions::test_actions_with_primary_key
     )
     cd "${_pkgname}/${pkgname}"
     pytest -vv "${deselected[@]}"

Reply via email to