From b1a6d3301f0ed997e937dcc3b09a3cff27360cff Mon Sep 17 00:00:00 2001 From: Jianbin Wei Date: Fri, 16 Jun 2017 22:58:58 -0700 Subject: Add kafka 0.10.2.1 into integration testing version (#1096) * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 745d579..469b5b1 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,6 @@ class Tox(Command): test_require = ['tox', 'mock'] -if sys.version_info < (2, 7): - test_require.append('unittest2') here = os.path.abspath(os.path.dirname(__file__)) @@ -51,7 +49,6 @@ setup( "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", -- cgit v1.2.1