Skip to content

Commit

Permalink
temporarily disable gensim test
Browse files Browse the repository at this point in the history
  • Loading branch information
longdt219 committed Oct 7, 2015
1 parent c7fb11f commit 5dd69c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions nltk/test/gensim_fixt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

def setup_module(module):
from nose import SkipTest
try:
import gensim
except ImportError:
raise SkipTest("classify.doctest requires numpy")
2 changes: 1 addition & 1 deletion pip-req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scipy>=0.13.2
matplotlib>=1.3.1
scikit-learn>=0.14.1
python-crfsuite>=0.8.2
gensim>=0.11.1
#gensim>=0.11.1
pyparsing>=2.0.3
twython>=3.2.0
six>=1.9.0
Expand Down

0 comments on commit 5dd69c9

Please sign in to comment.