Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: box/flaky
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: box/flaky
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 12, 2024

  1. New release (#204)

    * prepare for 3.8.0 release
    
    * bump version
    Jeff-Meadows authored Mar 12, 2024
    1

    Verified

    This commit was signed with the committer’s verified signature.
    Alex-Waring Alex Waring
    Copy the full SHA
    fe6233f View commit details
Showing with 6 additions and 1 deletion.
  1. +5 −0 HISTORY.rst
  2. +1 −1 setup.py
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -6,7 +6,12 @@ Release History
Upcoming
++++++++

3.8.0 (2024-03-10)
++++++++++++++++++

- nose support has been removed.
- Python 3.12 supported.
- Bugfixes

3.7.0 (2020-07-07)
++++++++++++++++++
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ def main():
base_dir = dirname(__file__)
setup(
name='flaky',
version='3.7.0',
version='3.8.1',
description='Plugin for pytest that automatically reruns flaky tests.',
long_description=open(join(base_dir, 'README.rst')).read(),
author='Box',