1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/4d7215daf4cc/ Changeset: 4d7215daf4cc User: hpk42 Date: 2015-05-07 09:50:08+00:00 Summary: make default depend on just published py/pluggy releases Affected #: 1 file
diff -r cf2f646d6578e354dd3c0ea45aba31f74b9cd5ff -r 4d7215daf4cc1abe9d4dccab978bebcbe3d870d0 setup.py --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def main(): - install_requires = ['py>=1.4.27.dev2', 'pluggy>=0.3.0,<0.4.0'] + install_requires = ['py>=1.4.27', 'pluggy>=0.3.0,<0.4.0'] extras_require = {} if has_environment_marker_support(): extras_require[':python_version=="2.6" or python_version=="3.0" or python_version=="3.1"'] = ['argparse'] Repository URL: https://bitbucket.org/pytest-dev/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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit