File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
DATA_PATH = os .path .join (dirname (dirname (__file__ )), 'pyml2ds_data' )
18
18
19
19
20
+ @pytest .mark .skip ('Pickle no longer loads with latest version of sklearn. Rework to build model instead of loading.' )
20
21
def test_xgb2ds ():
21
22
pytest .importorskip ('xgboost' )
22
23
Original file line number Diff line number Diff line change 53
53
tests: mock; python_version < '3.3'
54
54
tests: sklearn
55
55
tests: pandas<1.0.0
56
- tests: swat
56
+ tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling.
57
57
tests: kerberos ; platform_system != "Windows"
58
58
tests: xgboost == 0.82
59
59
tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
You can’t perform that action at this time.
0 commit comments