@@ -83,12 +83,15 @@ jobs:
83
83
# - check-py39-pandas12
84
84
# - check-py39-pandas11
85
85
# # `-cover` is too slow under crosshair; use a custom split
86
- # - check-crosshair-custom-cover/test_[a-d]*
87
- # - check-crosshair-custom-cover/test_[e-i]*
88
- # - check-crosshair-custom-cover/test_[j-r]*
89
- # - check-crosshair-custom-cover/test_[s-z]*
90
- # - check-crosshair-custom-pytest/test_*
91
- # - check-crosshair-nocover
86
+ - check-crosshair-custom-cover/test_[a-d]*
87
+ - check-crosshair-custom-cover/test_[e-i]*
88
+ - check-crosshair-custom-cover/test_[j-r]*
89
+ - check-crosshair-custom-cover/test_[s-z]*
90
+ - check-crosshair-custom-pytest/test_*
91
+ - check-crosshair-custom-nocover/test_[a-d]*
92
+ - check-crosshair-custom-nocover/test_[e-i]*
93
+ - check-crosshair-custom-nocover/test_[j-r]*
94
+ - check-crosshair-custom-nocover/test_[s-z]*
92
95
# - check-crosshair-niche
93
96
- check-py39-oldestnumpy
94
97
- check-numpy-nightly
@@ -129,7 +132,7 @@ jobs:
129
132
export TASK=${{ matrix.task }}
130
133
if [[ $TASK == check-crosshair-custom-* ]]; then
131
134
GROUP="${TASK#check-crosshair-custom-}"
132
- ./build.sh check-crosshair-custom -- -n auto $(cd hypothesis-python ; echo tests/$GROUP)
135
+ ./build.sh check-crosshair-custom -- -n auto $(cd hypothesis-python && echo tests/$GROUP | xargs -n1 echo | grep -v "_py312" | xargs )
133
136
else
134
137
./build.sh
135
138
fi
0 commit comments