summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/scaffolds/tests.py3
-rw-r--r--tox.ini3
2 files changed, 0 insertions, 6 deletions
diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py
index 98f84da73..3b257a18a 100644
--- a/pyramid/scaffolds/tests.py
+++ b/pyramid/scaffolds/tests.py
@@ -31,9 +31,6 @@ class TemplateTest(object):
self.directory = tempfile.mkdtemp()
self.make_venv(self.directory)
os.chdir(pkg_resources.get_distribution('pyramid').location)
- subprocess.check_call( # XXX remove later
- [os.path.join(self.directory, 'bin', 'easy_install'),
- 'https://github.com/Pylons/webob/zipball/master'])
subprocess.check_call(
[os.path.join(self.directory, 'bin', 'python'),
'setup.py', 'develop'])
diff --git a/tox.ini b/tox.ini
index a422b2eb6..79728bc18 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ envlist =
commands =
python setup.py test -q
deps =
- https://github.com/Pylons/webob/zipball/master
zope.component
Sphinx
repoze.sphinx.autointerface
@@ -17,7 +16,6 @@ deps =
commands =
python setup.py test -q
deps =
- https://github.com/Pylons/webob/zipball/master
WebTest
virtualenv
@@ -27,7 +25,6 @@ basepython =
commands =
python setup.py nosetests --with-xunit --with-xcoverage
deps =
- https://github.com/Pylons/webob/zipball/master
zope.component
Sphinx
WebTest