Skip to content

Commit ececc85

Browse files
committed
CI: disable scipy.spatial from pytest-run-parallel job
1 parent da80541 commit ececc85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,9 @@ jobs:
504504
- name: Run tests (fast, with pytest-run-parallel)
505505
if: ${{ matrix.parallel == '1'}}
506506
env:
507-
# scipy.special and scipy.stats are waiting on special.errstate being made thread-safe
507+
# Excluded modules:
508+
# - scipy.special and scipy.stats are waiting on special.errstate being made thread-safe
509+
# - scipy.spatial has multiple issues in kdtree/qhull, and gh-20655 is pending.
508510
TEST_SUBMODULES: >-
509511
-t scipy.cluster
510512
-t scipy.constants
@@ -522,7 +524,6 @@ jobs:
522524
-t scipy.optimize
523525
-t scipy.signal
524526
-t scipy.sparse
525-
-t scipy.spatial
526527
run: |
527528
# Note: only fast tests; full test suite is unlikely to uncover anything more,
528529
# and it'll be quite slow with pytest-run-parallel

0 commit comments

Comments
 (0)