[py-svn] commit/py: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Mon Oct 22 10:30:45 CEST 2012


2 new commits in py:


https://bitbucket.org/hpk42/py/changeset/ff122afce5d1/
changeset:   ff122afce5d1
user:        hpk42
date:        2012-10-21 20:41:02
summary:     add --runslowtests to tox xdist invocation
affected #:  1 file

diff -r 1060ea1c96dd9dfb031bd1987ceb2bf437a096a3 -r ff122afce5d17920ae48b5ca4599d7de30ac43b4 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
     pytest
     pytest-xdist
 commands=
-  py.test -n3 -rfsxX --confcutdir=.. \
+  py.test -n3 -rfsxX --confcutdir=.. --runslowtests \
         --junitxml={envlogdir}/junit-{envname}.xml []
 
 [testenv:jython]



https://bitbucket.org/hpk42/py/changeset/7577a2cb4785/
changeset:   7577a2cb4785
user:        hpk42
date:        2012-10-22 10:30:40
summary:     fix readme/a link to bug tracker
affected #:  2 files

diff -r ff122afce5d17920ae48b5ca4599d7de30ac43b4 -r 7577a2cb47851104ce3400b639c4e6dbb6036e5d CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@
 ==================================================
 
 - fix an internal test to not use class-denoted pytest_funcarg__
+- fix a link to bug tracker
 
 
 Changes between 1.4.9 and 1.4.10


diff -r ff122afce5d17920ae48b5ca4599d7de30ac43b4 -r 7577a2cb47851104ce3400b639c4e6dbb6036e5d README.txt
--- a/README.txt
+++ b/README.txt
@@ -12,9 +12,9 @@
 
 For questions and more information please visit http://pylib.org
 
-Bugs and issues: http://bitbucket.org/hpk42/pylib/issues/
+Bugs and issues: http://bitbucket.org/hpk42/py/issues/
 
 Mailing lists and more contact points: http://pylib.org/contact.html
 
-(c) Holger Krekel and others, 2004-2011
+(c) Holger Krekel and others, 2004-2012

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

--

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