summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-10-27 01:17:29 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-27 02:12:35 -0700
commit2b67493ff88aa3068bfc1be1aa089d95f4d60699 (patch)
tree42a5ff23850b5cb7a8f00d2aec0a643dbecf7dae
parent4f4e4fb5da8861593d084fa8a9de223ed7439ccf (diff)
downloadkafka-python-2b67493ff88aa3068bfc1be1aa089d95f4d60699.tar.gz
Remove unused ivy_root variable
This is no longer used anywhere in the codebase
-rw-r--r--test/fixtures.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fixtures.py b/test/fixtures.py
index 08cc951..76e3071 100644
--- a/test/fixtures.py
+++ b/test/fixtures.py
@@ -48,7 +48,6 @@ class Fixture(object):
os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
kafka_root = os.environ.get("KAFKA_ROOT",
os.path.join(project_root, 'servers', kafka_version, "kafka-bin"))
- ivy_root = os.environ.get('IVY_ROOT', os.path.expanduser("~/.ivy2/cache"))
def __init__(self):
self.child = None