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 1717DATA_PATH = os .path .join (dirname (dirname (__file__ )), 'pyml2ds_data' )
1818
1919
20+ @pytest .mark .skip ('Pickle no longer loads with latest version of sklearn. Rework to build model instead of loading.' )
2021def test_xgb2ds ():
2122 pytest .importorskip ('xgboost' )
2223
Original file line number Diff line number Diff line change 5353 tests: mock; python_version < '3.3'
5454 tests: sklearn
5555 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.
5757 tests: kerberos ; platform_system != "Windows"
5858 tests: xgboost == 0.82
5959 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