Skip to content

Commit

Permalink
Merge pull request #28 from Jeff-Meadows/v2
Browse files Browse the repository at this point in the history
Bump version to 2.0.0.
  • Loading branch information
Jeff-Meadows committed Mar 2, 2015
2 parents f140716 + 110d07b commit 4885bee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. :changelog:
Release History
---------------

2.0.0 (2015-03-01)
++++++++++++++++++

**Bugfixes**

- Tests marked flaky that fail after exhausting reruns will now be reported to the nose test runner.
This is a *breaking* change, because the exit code of the nose test runner will indicate failure in this case.

- Tests marked flaky will now be marked as failures after they have failed ``max_runs - min_passes + 1`` times.
This is a *breaking* change as well, because a bug in previous versions was allowing tests with ``min_passes > 0`` to
run more than ``max_runs`` times.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
base_dir = dirname(__file__)
setup(
name='flaky',
version='1.1.0',
version='2.0.0',
description='Plugin for nose or py.test that automatically reruns flaky tests.',
long_description=open(join(base_dir, 'README.rst')).read(),
author='Box',
Expand Down

0 comments on commit 4885bee

Please sign in to comment.