From 003ea827477cb20189ef4c27e23f4a33f141ef84 Mon Sep 17 00:00:00 2001 From: jlwalke2 Date: Fri, 26 Mar 2021 15:24:16 -0400 Subject: [PATCH] tweaked optional dependencies --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b4adbb4e..0d53ae4a 100644 --- a/tox.ini +++ b/tox.ini @@ -54,9 +54,9 @@ deps = tests: sklearn tests: pandas<1.0.0 tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling. - tests: kerberos ; platform_system != "Windows" + tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin" tests: xgboost == 0.82 - tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS +# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS codecov: codecov >= 1.4.0 doc: sphinx == 1.8