From f01387cb0ae4105beefe317a047e262f9e44fabe Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 20:49:58 +0100 Subject: [PATCH 1/2] .. --- .github/workflows/test_python_cplusplus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_python_cplusplus.yml b/.github/workflows/test_python_cplusplus.yml index 284a170031..dd9f898cbe 100644 --- a/.github/workflows/test_python_cplusplus.yml +++ b/.github/workflows/test_python_cplusplus.yml @@ -293,7 +293,7 @@ jobs: - name: Python tests run: | - scripts/run-python-tests.sh \ + scripts/run-python-tests.sh -W ignore:: \ test_pregenerated_models.py \ test_splines_short.py \ test_misc.py @@ -355,7 +355,7 @@ jobs: - name: Python tests run: | - scripts/run-python-tests.sh \ + scripts/run-python-tests.sh -W ignore:: \ --ignore=test_pregenerated_models.py \ --ignore=test_splines_short.py \ --ignore=test_misc.py From 7b353a4720587347ee210d38af27ec3b6fac9dc8 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 21:03:44 +0100 Subject: [PATCH 2/2] .. --- .github/workflows/test_python_cplusplus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_python_cplusplus.yml b/.github/workflows/test_python_cplusplus.yml index dd9f898cbe..fcb1067b85 100644 --- a/.github/workflows/test_python_cplusplus.yml +++ b/.github/workflows/test_python_cplusplus.yml @@ -293,6 +293,7 @@ jobs: - name: Python tests run: | + # ignore warnings until https://github.com/swig/swig/issues/3061 is resolved scripts/run-python-tests.sh -W ignore:: \ test_pregenerated_models.py \ test_splines_short.py \ @@ -355,6 +356,7 @@ jobs: - name: Python tests run: | + # ignore warnings until https://github.com/swig/swig/issues/3061 is resolved scripts/run-python-tests.sh -W ignore:: \ --ignore=test_pregenerated_models.py \ --ignore=test_splines_short.py \