1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/fc0864e317be/ changeset: fc0864e317be user: hpk42 date: 2011-07-06 21:44:57 summary: releax py requirement to allow readthedocs installing pytest dev affected #: 1 file (91 bytes)
--- a/setup.py Wed Jul 06 20:25:54 2011 +0200 +++ b/setup.py Wed Jul 06 21:44:57 2011 +0200 @@ -29,7 +29,9 @@ author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others', author_email='holger at merlinux.eu', entry_points= make_entry_points(), - install_requires=['py>=1.4.4.dev2'], + # the following should be enabled for release + #install_requires=['py>=1.4.4'], + install_requires=['py>=1.4.3'], classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', @@ -67,4 +69,4 @@ return {'console_scripts': l} if __name__ == '__main__': - main() \ No newline at end of file + main() 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