From 9713a66fe175d5045340557f1a720e87419cad2e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 14 Oct 2011 18:27:37 -0400 Subject: [PATCH] webob 1.2b1 is up on pypi now --- pyramid/scaffolds/tests.py | 3 --- tox.ini | 3 --- 2 files changed, 6 deletions(-) diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py index 98f84da732..3b257a18a0 100644 --- a/pyramid/scaffolds/tests.py +++ b/pyramid/scaffolds/tests.py @@ -31,9 +31,6 @@ def install(self, tmpl_name): # pragma: no cover 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 a422b2eb69..79728bc180 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