Skip to content

Commit 91854c2

Browse files
committed
Trying to guess why the Travis build failed...
1 parent 1574768 commit 91854c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def run(cls):
4141
"lz4": ["lz4"],
4242
"snappy": ["python-snappy"],
4343
"zstd": ["python-zstandard"],
44-
"gssapi": ["gssapi"],
45-
"gssapi_sspi": ["pywin32"],
44+
# "gssapi": ["gssapi"],
45+
# "gssapi_sspi": ["pywin32"],
4646
},
4747
cmdclass={"test": Tox},
4848
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)