From ab0171a91879b198f0ba90fc0d87acc49c783b07 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Mon, 15 Jun 2026 22:57:30 +0100 Subject: [PATCH] BLD: Add pytest-run-parallel --- .github/workflows/build-wheels.yml | 2 +- statsmodels | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 7363b30..c798bc7 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -40,7 +40,7 @@ jobs: # No support for pypy, musl, Win32 for 3.10+ # Skip musl for 3.8 and 3.9 since no upstream wheels CIBW_SKIP: "pp* *-win32 *musllinux_aarch64*" - CIBW_TEST_REQUIRES: pytest pytest-xdist pytest-randomly threadpoolctl + CIBW_TEST_REQUIRES: pytest pytest-xdist pytest-randomly threadpoolctl pytest-run-parallel CIBW_TEST_COMMAND: python -c "import numpy; numpy.show_runtime(); import statsmodels; statsmodels.test(['-m','(not slow and not example)','-n','2'], exit=True)" # Avoid testing on emulated architectures and Pyodide CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*" diff --git a/statsmodels b/statsmodels index ba664a0..cd2e40c 160000 --- a/statsmodels +++ b/statsmodels @@ -1 +1 @@ -Subproject commit ba664a0303ccb0b0137a50d85e14604307fef681 +Subproject commit cd2e40cf7e1d0fb5b14db88e81b05172fb73a675