changeset 7410:b7cd007c2bd6

issue2551277 - disable xapian testing github python 3.12 Details https://issues.roundup-tracker.org/issue2551277
author John Rouillard <rouilj@ieee.org>
date Thu, 25 May 2023 15:29:46 -0400
parents b21ebabeb2ef
children 1acdc651133b
files .github/workflows/ci-test.yml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu May 25 15:11:04 2023 -0400
+++ b/.github/workflows/ci-test.yml	Thu May 25 15:29:46 2023 -0400
@@ -33,8 +33,8 @@
     name: CI build test
 
     # run the finalizer for coveralls even if one or more
-    # matrix runs fail.
-    # continue-on-error: true
+    # experimental matrix runs fail.
+    # continue-on-error: ${{ matrix.experimental }}
 
     #runs-on: ubuntu-latest
     # use below if running on multiple OS's.
@@ -185,7 +185,7 @@
           # Change distutils.sysconfig... to just sysconfig and SO
           # to EXT_SUFFIX to get valid value.
           if [[ $PYTHON_VERSION == "3."* ]]; then sed -i -e '/PYTHON3_SO=/s/distutils\.//g' -e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' configure; ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
-          case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
+          case "$PYTHON_VERSION" in nightly|3.12*) echo skipping xapian build;; *) make && sudo make install; esac
 
       - name: Install pytest and other packages needed for running tests
         run: pip install flake8 mock pytest pytest-cov requests

Roundup Issue Tracker: http://roundup-tracker.org/