From c076f4e789ad8fa69560b21e40aa5cd49452ac01 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 8 May 2012 16:13:25 +0200 Subject: [PATCH] switch pastebin to bpaste.net, fixes #141 --- CHANGELOG | 2 +- _pytest/pastebin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b3f1f0cbd..30b5c4146 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,7 @@ Changese between 2.2.3 and ... - document integration with the extended distribute/setuptools test commands - fix issue 140: propperly get the real functions of bound classmethods for setup/teardown_class - +- fix issue #141: switch from the deceased paste.pocoo.org to bpaste.net Changes between 2.2.2 and 2.2.3 ---------------------------------------- diff --git a/_pytest/pastebin.py b/_pytest/pastebin.py index 6369ee749..a73f259cb 100644 --- a/_pytest/pastebin.py +++ b/_pytest/pastebin.py @@ -2,7 +2,7 @@ import py, sys class url: - base = "http://paste.pocoo.org" + base = "http://bpaste.net" xmlrpc = base + "/xmlrpc/" show = base + "/show/"