1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/91fc055eea01/ changeset: 91fc055eea01 user: hpk42 date: 2012-10-20 17:08:02 summary: add tox.ini to distribution affected #: 4 files diff -r c6d81d30a44d038c53f0310271485d815b89020c -r 91fc055eea01dd7fabc29df1e826eec5f572591e CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Changes between 2.3.1 and 2.3.2.dev +----------------------------------- + +- add tox.ini to pytest distribution so that ignore-dirs and others config + bits are properly distributed for maintainers who run pytest-own tests + Changes between 2.3.0 and 2.3.1 ----------------------------------- diff -r c6d81d30a44d038c53f0310271485d815b89020c -r 91fc055eea01dd7fabc29df1e826eec5f572591e MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include README.txt include setup.py include distribute_setup.py +include tox.ini include LICENSE graft doc graft testing diff -r c6d81d30a44d038c53f0310271485d815b89020c -r 91fc055eea01dd7fabc29df1e826eec5f572591e _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.3.1' +__version__ = '2.3.2.dev1' diff -r c6d81d30a44d038c53f0310271485d815b89020c -r 91fc055eea01dd7fabc29df1e826eec5f572591e setup.py --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.3.1', + version='2.3.2.dev1', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], 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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn