Commit 7f5307b0 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused variable and import

parent be983785
......@@ -9,7 +9,6 @@ import shutil
import site
import sys
import tempfile
import unittest
import pytest
......@@ -54,7 +53,6 @@ def install_context(request):
os.environ['PYTHONPATH'] = os.path.pathsep.join(sys.path)
# Set up the command for performing the installation.
values = {}
dist = Distribution()
cmd = easy_install(dist)
cmd.install_dir = install_dir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment