Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-repeat from 0.8.0 to 0.9.1 in /perf-tests #1359

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2021

Bumps pytest-repeat from 0.8.0 to 0.9.1.

Changelog

Sourced from pytest-repeat's changelog.

Release Notes

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)

  • Allow repeating a test using a decorator ([#16](https://github.com/pytest-dev/pytest-repeat/issues/16) <https://github.com/pytest-dev/pytest-repeat/issues/16>_)

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

0.4.0 (2016-08-25)

  • No changes - testing deploy to PyPI from Travis CI

0.4.0 (2016-08-09)

  • Fix deprecation warning present in pytest 3.0 for type argument in addoption

0.3.0 (2016-06-30)

... (truncated)

Commits
  • e987eff Fix deploy condition and make it 0.9.1
  • d9193c1 Release 0.9.0
  • 597401a Merge pull request #49 from nicoddemus/update-ci
  • 6ccfba3 Update CI configuration
  • a63e34e Merge pull request #33 from vbarbaresi/fix_marker_repeat1
  • 6940383 Update CHANGELOG
  • 3dc1442 Merge branch 'master' into fix_marker_repeat1
  • 9b71e7f Merge pull request #43 from fuhrysteve/py_dot_test
  • 4c9013c change py.test references to pytest
  • c74dd59 Add internal __pytest_repeat_step_number fixture lazily (#40)
  • Additional commits viewable in compare view

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 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 Feb 5, 2021
@dependabot dependabot bot requested review from vepatel, a team, lucacome and Dean-Coakley and removed request for a team February 5, 2021 22:27
@dependabot dependabot bot force-pushed the dependabot/pip/perf-tests/pytest-repeat-0.9.1 branch from b281cdc to 9bce986 Compare February 6, 2021 01:53
@lucacome lucacome merged commit d5dfbed into master Feb 8, 2021
@lucacome lucacome deleted the dependabot/pip/perf-tests/pytest-repeat-0.9.1 branch February 8, 2021 18:06
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.

2 participants