File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ jobs:
89
89
run : |
90
90
# 1.23.5 is currently the oldest numpy usable on cp3.10 according
91
91
# to pyproject.toml
92
- python -m pip install numpy==1.23.5 cython pybind11 pythran meson-python meson ninja pytest pytest-xdist pytest-timeout pooch rich_click click doit pydevtool hypothesis "scipy-openblas32<=0.3.23.293.2"
92
+ python -m pip install numpy==1.23.5 cython pybind11 pythran meson-python meson ninja pytest pytest-xdist pytest-timeout pytest-fail-slow pooch rich_click click doit pydevtool hypothesis "scipy-openblas32<=0.3.23.293.2"
93
93
94
94
- name : Build
95
95
run : |
96
96
python dev.py build --with-scipy-openblas
97
97
98
98
- name : Test
99
99
run : |
100
- python dev.py test -j2 --mode full
100
+ python dev.py test -j2 --mode full -- --durations=10 --timeout=60 --fail-slow=5
101
101
102
102
103
103
# ############################################################################
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies:
27
27
- pytest-cov
28
28
- pytest-xdist
29
29
- pytest-timeout
30
+ - pytest-fail-slow
30
31
- asv >=0.6
31
32
- hypothesis
32
33
- array-api-strict
You can’t perform that action at this time.
0 commit comments