From 437ddf47fbca7f8c8daf48c6da10805d2d7f9b7c Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 06:10:50 +0000 Subject: [PATCH 1/3] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc15ec2..59cbe87 100644 --- a/README.md +++ b/README.md @@ -346,3 +346,6 @@ Feedstock Maintainers * [@souravsingh](https://github.com/souravsingh/) * [@step21](https://github.com/step21/) + + + From 5cdb73f96e7f77290a6f04e9bac939a617ffaa5c Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 06:13:03 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.05.19.05.59.01 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 59cbe87..bc15ec2 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,3 @@ Feedstock Maintainers * [@souravsingh](https://github.com/souravsingh/) * [@step21](https://github.com/step21/) - - - From 24ccb8b341421c374acaf64a02debf19d3192cbe Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 18 May 2023 23:14:55 -0700 Subject: [PATCH 3/3] Re-enable arch tests --- recipe/run_test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipe/run_test.sh b/recipe/run_test.sh index a35063a..32ad915 100644 --- a/recipe/run_test.sh +++ b/recipe/run_test.sh @@ -54,9 +54,8 @@ numba -s python -m numba.tests.test_runtests if [[ "$archstr" == 'aarch64' ]] || [[ "$archstr" == "ppc64le" ]]; then - echo "Skipping numba test suite on $archstr" - #echo 'Running only a random selection of tests' - #$SEGVCATCH python -m numba.runtests -b --random='0.15' --exclude-tags='long_running' -m $TEST_NPROCS -- numba.tests + echo 'Running only a random selection of tests' + $SEGVCATCH python -m numba.runtests -b --random='0.15' --exclude-tags='long_running' -m $TEST_NPROCS -- numba.tests # Else run the whole test suite else echo 'Running all the tests except long_running'