Skip to content

Commit 926ab52

Browse files
committed
Remove thrift and pylibmc requirements for tests
1 parent 2e1d173 commit 926ab52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
if sys.version_info[:2] == (2, 6):
2929
install_requires.append('unittest2')
3030

31-
if sys.version_info[0] == 2:
32-
# only require thrift if we are going to use it
33-
if os.environ.get('TEST_ES_CONNECTION', None) == 'ThriftConnection':
34-
tests_require.append('thrift==0.9.1')
35-
tests_require.append('pylibmc==1.4.1')
36-
3731
setup(
3832
name = 'elasticsearch',
3933
description = "Python client for Elasticsearch",

0 commit comments

Comments
 (0)