8000 tweaked optional dependencies · srijan-deepsource/python-sasctl@003ea82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 003ea82

Browse files
committed
tweaked optional dependencies
1 parent 742bf3d commit 003ea82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ deps =
5454
tests: sklearn
5555
tests: pandas<1.0.0
5656
tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling.
57-
tests: kerberos ; platform_system != "Windows"
57+
tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin"
5858
tests: xgboost == 0.82
59-
tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
59+
# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
6060
codecov: codecov >= 1.4.0
6161
doc: sphinx == 1.8
6262

0 commit comments

Comments
 (0)
0