Aarhus-Psychiatry-Research / psycop-model-training

Shared code for model training and evaluation.
Other
1 stars 0 forks source link

deps:(deps-dev): update pytest-instafail requirement from <0.5.0,>=0.4.2 to >=0.4.2,<0.6.0 #479

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pytest-instafail to permit the latest version.

Changelog

Sourced from pytest-instafail's changelog.

0.5.0 (March 31, 2023) ^^^^^^^^^^^^^^^^^^^^^^

  • Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0.
  • Dropped support for Python 3.6.
  • Added support for Python 3.11.

0.4.2 (June 14, 2020) ^^^^^^^^^^^^^^^^^^^^^

  • Fixed usage of deprecated pytest-xdist slave aliases (#20).
  • Fixed failing tests on pytest 5

0.4.1 (February 15, 2019) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed compatibility with pytest 4.2.0. Thanks @​blueyed for the PR.

0.4.0 (May 19, 2018) ^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.5, 3.6, and 3.7.
  • Dropped support for Python 2.7, 3.2, and 3.3.
  • Dropped support for pytest < 2.9.
  • Only rewrite lines on tty. Previously you would end up with a \r (^M) in case collecting of tests failed, and pytest's output is piped to a file. Thanks @​blueyed for the PR.
  • Support -p no:terminal (#12). Thanks @​Maratori for the PR.

0.3.0 (August 30, 2014) ^^^^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.4
  • Added support for pytest 2.6
  • Fixed failing tests on pytest 2.6

0.2.0 (March 6, 2014) ^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 2.5.
  • Fixed stacktrace printed twice when using PDB.
  • Fixed internal error when a test marked as xfailing unexpectedly passes (David Szotten).

0.1.1 (November 9, 2013) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Made pytest-instafail compatible with pytest-xdist_'s test parallelization (Ronny Pfannschmidt).

... (truncated)

Commits
  • aab3a1e Bump version
  • 0acca52 Add support for Python 3.11
  • aecd330 Update Github actions to use Environment Files
  • d5f94de Update actions to Node.js 16
  • bb329fe Drop support for Python 3.6
  • 7d997d6 Use pytest.hookimpl to configure hooks
  • 99c7aeb Fix checks failing on PyPy 3.6 not found
  • 1c082a0 Fix typos
  • 12268ff Merge pull request #24 from hugovk/rm-eol
  • cbef706 Upgrade Python syntax with pyupgrade --py36-plus
  • Additional commits viewable in compare view


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)