File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,9 @@ jobs:
504
504
- name : Run tests (fast, with pytest-run-parallel)
505
505
if : ${{ matrix.parallel == '1'}}
506
506
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.
508
510
TEST_SUBMODULES : >-
509
511
-t scipy.cluster
510
512
-t scipy.constants
@@ -522,7 +524,6 @@ jobs:
522
524
-t scipy.optimize
523
525
-t scipy.signal
524
526
-t scipy.sparse
525
- -t scipy.spatial
526
527
run : |
527
528
# Note: only fast tests; full test suite is unlikely to uncover anything more,
528
529
# and it'll be quite slow with pytest-run-parallel
You can’t perform that action at this time.
0 commit comments