Skip to content

Commit 2b67493

Browse files
committed
Remove unused ivy_root variable
This is no longer used anywhere in the codebase
1 parent 4f4e4fb commit 2b67493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class Fixture(object):
4848
os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
4949
kafka_root = os.environ.get("KAFKA_ROOT",
5050
os.path.join(project_root, 'servers', kafka_version, "kafka-bin"))
51-
ivy_root = os.environ.get('IVY_ROOT', os.path.expanduser("~/.ivy2/cache"))
5251

5352
def __init__(self):
5453
self.child = None

0 commit comments

Comments
 (0)