38
38
# → pytest will run only these files
39
39
- |
40
40
--ignore=pymc/tests/test_distributions_timeseries.py
41
- --ignore=pymc/tests/test_initial_point.py
42
41
--ignore=pymc/tests/test_mixture.py
43
42
--ignore=pymc/tests/test_model_graph.py
44
43
--ignore=pymc/tests/test_modelcontext.py
64
63
--ignore=pymc/tests/test_distributions.py
65
64
--ignore=pymc/tests/test_distributions_random.py
66
65
--ignore=pymc/tests/test_idata_conversion.py
66
+ --ignore=pymc/tests/test_smc.py
67
+ --ignore=pymc/tests/test_bart.py
68
+ --ignore=pymc/tests/test_missing.py
67
69
68
70
- |
69
- pymc/tests/test_initial_point.py
70
71
pymc/tests/test_distributions.py
71
72
72
73
- |
@@ -76,12 +77,15 @@ jobs:
76
77
pymc/tests/test_pickling.py
77
78
pymc/tests/test_updates.py
78
79
pymc/tests/test_transforms.py
80
+ pymc/tests/test_smc.py
81
+ pymc/tests/test_bart.py
79
82
80
83
- |
81
84
pymc/tests/test_parallel_sampling.py
82
85
pymc/tests/test_sampling.py
83
86
pymc/tests/test_tuning.py
84
87
pymc/tests/test_posteriors.py
88
+ pymc/tests/test_step.py
85
89
86
90
- |
87
91
pymc/tests/test_idata_conversion.py
95
99
pymc/tests/test_profile.py
96
100
pymc/tests/test_quadpotential.py
97
101
pymc/tests/test_shape_handling.py
98
- pymc/tests/test_step .py
102
+ pymc/tests/test_missing .py
99
103
100
104
fail-fast : false
101
105
runs-on : ${{ matrix.os }}
0 commit comments