summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-14 18:27:37 -0400
committerChris McDonough <chrism@plope.com>2011-10-14 18:27:37 -0400
commit9713a66fe175d5045340557f1a720e87419cad2e (patch)
treeecdf00ea109c132c51627f932e24d7ee81e2e739
parentc169055f79c30442ac923714f30d3e1bcf40d289 (diff)
downloadpyramid-9713a66fe175d5045340557f1a720e87419cad2e.tar.gz
pyramid-9713a66fe175d5045340557f1a720e87419cad2e.tar.bz2
pyramid-9713a66fe175d5045340557f1a720e87419cad2e.zip
webob 1.2b1 is up on pypi now
-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