[py-svn] commit/pytest: RonnyPfannschmidt: switch pastebin to bpaste.net, fixes #141

Bitbucket commits-noreply at bitbucket.org
Tue May 8 16:13:35 CEST 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/4ede49c9ffdc/
changeset:   4ede49c9ffdc
user:        RonnyPfannschmidt
date:        2012-05-08 16:13:25
summary:     switch pastebin to bpaste.net, fixes #141
affected #:  2 files

diff -r 9e42c1ad39bf5cc7d1d2f85ca9714a17a9442bce -r 4ede49c9ffdcc8c9d55e69508da433a463e6fd40 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,7 @@
 - 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 -r 9e42c1ad39bf5cc7d1d2f85ca9714a17a9442bce -r 4ede49c9ffdcc8c9d55e69508da433a463e6fd40 _pytest/pastebin.py
--- 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/"

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list