@@ -24,73 +24,73 @@ jobs:
2424 strategy :
2525 matrix :
2626 task :
27- - check-whole-repo-tests
28- - lint
29- - check-format
27+ # - check-whole-repo-tests
28+ # - lint
29+ # - check-format
3030 - check-coverage
31- - check-conjecture-coverage
32- - check-py39-cover
33- - check-pypy39-cover
34- - check-py310-cover
35- - check-py310-nocover
36- - check-py310-niche
37- - check-pypy310-cover
38- # - check-py310-pyjion # see notes in tox.ini
39- - check-py311-cover
40- - check-py311-nocover
41- - check-py311-niche
42- - check-py312-cover
43- - check-py312-nocover
44- - check-py312-niche
45- - check-py313-cover
46- - check-py313-nocover
47- - check-py313-niche
48- - check-py313t-cover
49- - check-py313t-nocover
50- - check-py313t-niche
51- # - check-py314-cover
52- # - check-py314-nocover
53- # - check-py314-niche
54- # - check-py314t-cover
55- # - check-py314t-nocover
56- # - check-py314t-niche
57- - check-quality
58- # # Skip all the (inactive/old) Rust and Ruby tests pending fixes
59- # - lint-ruby
60- # - check-ruby-tests
61- # - check-rust-in-ruby-format
62- # - lint-rust-in-ruby
63- # - audit-rust-in-ruby
64- # - check-conjecture-rust-format
65- # - check-rust-tests
66- # - audit-conjecture-rust
67- # - lint-conjecture-rust
68- - check-py39-nose
69- - check-py39-pytest46
70- - check-py39-pytest54
71- - check-pytest62
72- - check-django51
73- - check-django50
74- - check-django42
75- - check-pandas22
76- - check-pandas21
77- - check-pandas20
78- - check-pandas15
79- - check-pandas14
80- - check-pandas13
81- # # FIXME: actions update means Python builds without eg _bz2, which was required
82- # - check-py39-pandas12
83- # - check-py39-pandas11
84- # # `-cover` is too slow under crosshair; use a custom split
85- # - check-crosshair-custom-cover/test_[a-d]*
86- # - check-crosshair-custom-cover/test_[e-i]*
87- # - check-crosshair-custom-cover/test_[j-r]*
88- # - check-crosshair-custom-cover/test_[s-z]*
89- # - check-crosshair-custom-pytest/test_*
90- # - check-crosshair-nocover
91- # - check-crosshair-niche
92- - check-py39-oldestnumpy
93- - check-numpy-nightly
31+ # - check-conjecture-coverage
32+ # - check-py39-cover
33+ # - check-pypy39-cover
34+ # - check-py310-cover
35+ # - check-py310-nocover
36+ # - check-py310-niche
37+ # - check-pypy310-cover
38+ # # - check-py310-pyjion # see notes in tox.ini
39+ # - check-py311-cover
40+ # - check-py311-nocover
41+ # - check-py311-niche
42+ # - check-py312-cover
43+ # - check-py312-nocover
44+ # - check-py312-niche
45+ # - check-py313-cover
46+ # - check-py313-nocover
47+ # - check-py313-niche
48+ # - check-py313t-cover
49+ # - check-py313t-nocover
50+ # - check-py313t-niche
51+ # # - check-py314-cover
52+ # # - check-py314-nocover
53+ # # - check-py314-niche
54+ # # - check-py314t-cover
55+ # # - check-py314t-nocover
56+ # # - check-py314t-niche
57+ # - check-quality
58+ # # # Skip all the (inactive/old) Rust and Ruby tests pending fixes
59+ # # - lint-ruby
60+ # # - check-ruby-tests
61+ # # - check-rust-in-ruby-format
62+ # # - lint-rust-in-ruby
63+ # # - audit-rust-in-ruby
64+ # # - check-conjecture-rust-format
65+ # # - check-rust-tests
66+ # # - audit-conjecture-rust
67+ # # - lint-conjecture-rust
68+ # - check-py39-nose
69+ # - check-py39-pytest46
70+ # - check-py39-pytest54
71+ # - check-pytest62
72+ # - check-django51
73+ # - check-django50
74+ # - check-django42
75+ # - check-pandas22
76+ # - check-pandas21
77+ # - check-pandas20
78+ # - check-pandas15
79+ # - check-pandas14
80+ # - check-pandas13
81+ # # # FIXME: actions update means Python builds without eg _bz2, which was required
82+ # # - check-py39-pandas12
83+ # # - check-py39-pandas11
84+ # # # `-cover` is too slow under crosshair; use a custom split
85+ # # - check-crosshair-custom-cover/test_[a-d]*
86+ # # - check-crosshair-custom-cover/test_[e-i]*
87+ # # - check-crosshair-custom-cover/test_[j-r]*
88+ # # - check-crosshair-custom-cover/test_[s-z]*
89+ # # - check-crosshair-custom-pytest/test_*
90+ # # - check-crosshair-nocover
91+ # # - check-crosshair-niche
92+ # - check-py39-oldestnumpy
93+ # - check-numpy-nightly
9494 fail-fast : false
9595 steps :
9696 - uses : actions/checkout@v3
0 commit comments