Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps pytest-repeat from 0.9.1 to 0.9.3.

Release notes

Sourced from pytest-repeat's releases.

v0.9.3

  • No externally visible changes.
  • Internal changes.
    • Add tox and CI testing on Python 3.12
    • Add legacy pytest versions to CI.
    • Now testing pytest 4, 5, 6
    • Non-legacy testing uses pytest 7
    • setup.py -> pyproject.toml
    • using hatchling backend

v0.9.2

  • Migrate CI to GitHub Actions
  • Officially Support Python 3.7+
Changelog

Sourced from pytest-repeat's changelog.

Release Notes

0.9.3 (2023-Oct-9)

  • No externally visible changes.
  • Internal changes.
    • Add tox and CI testing on Python 3.12
    • Add legacy pytest versions to CI.
    • Now testing pytest 4, 5, 6
    • Non-legacy testing uses pytest 7
    • setup.py -> pyproject.toml
    • using hatchling backend

0.9.2 (2023-Oct-1)

  • Migrate CI to GitHub Actions
  • Officially Support Python 3.7+

0.9.1 (2020-10-31)

  • Using @pytest.mark.repeat(1) can now be used to disable repeating a test regardless of the --count parameter given in the command-line.

  • Python 3.4 is no longer officially supported.

0.9.0 (-)

  • Not released do PyPI due to a deploy problem.

0.8.0 (2019-02-26)

  • Fix mark deprecation warnings in new pytest versions.

  • pytest-repeat now requires pytest>=3.6.

0.7.0 (2018-08-23)

  • Move step number to the end of the parametrisation ID

    • Thanks to @gdyuldin <https://github.com/gdyuldin>_ for suggesting this enhancement and providing a patch

0.6.0 (2018-08-01)

  • Add option for controlling the scope of the repeat parameterisation

    • Thanks to @gdyuldin <https://github.com/gdyuldin>_ for suggesting this enhancement and providing a patch

0.5.0 (2018-07-19)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Bumps [pytest-repeat](https://github.com/pytest-dev/pytest-repeat) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/pytest-dev/pytest-repeat/releases)
- [Changelog](https://github.com/pytest-dev/pytest-repeat/blob/main/CHANGES.rst)
- [Commits](pytest-dev/pytest-repeat@v0.9.1...v0.9.3)

---
updated-dependencies:
- dependency-name: pytest-repeat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tests/dragonfly/pytest-repeat-0.9.3 branch from 879402e to 2a6a07f Compare November 4, 2024 20:32
@romange romange merged commit 54c67a9 into main Nov 4, 2024
10 checks passed
@romange romange deleted the dependabot/pip/tests/dragonfly/pytest-repeat-0.9.3 branch November 4, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant