diff --git a/jeepyb/cmd/run_mirror.py b/jeepyb/cmd/run_mirror.py index ed9cf0a..8e84479 100644 --- a/jeepyb/cmd/run_mirror.py +++ b/jeepyb/cmd/run_mirror.py @@ -159,8 +159,7 @@ class Mirror(object): print("Building mirror: %s" % mirror['name']) pip_format = ("%s install -M -U %s --exists-action=w " "--download-cache=%s --build %s -r %s") - venv_format = ("virtualenv --clear --distribute " - "--extra-search-dir=%s %s") + venv_format = ("virtualenv --clear --extra-search-dir=%s %s") workdir = tempfile.mkdtemp() reqs = os.path.join(workdir, "reqs") diff --git a/test-requirements.txt b/test-requirements.txt index 587f4e2..8b2c2da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1 @@ -distribute>=0.6.24 - hacking>=0.5.3,<0.6