Skip to content

Bump pytest-inmanta from 1.6.2 to 2.0.0

Dariush Mohandes requested to merge dependabot/pip/pytest-inmanta-2.0.0 into master

Created by: dependabot[bot]

Bumps pytest-inmanta from 1.6.2 to 2.0.0.

Release notes

Sourced from pytest-inmanta's releases.

Version 2.0.0

New Features

  • Added support for testing v2 modules.
  • Extended to be compatible with inmanta-core>=6
  • Added support for custom inmanta_reset_state method to clean up stateful modules between compiles
  • Ensure that projects are compiled using a separate venv.
  • Fixed typing issue for filter_args in different method of the Project class.

Breaking changes

  • pytest-inmanta now keeps inmanta_plugins submodules alive across compiles. As a result, stateful modules must implement custom state cleanup logic as described in the README.
Changelog

Sourced from pytest-inmanta's changelog.

v 2.0.0 (2022-01-24)

Changes in this release:

  • Added support for testing v2 modules.
  • Extended to be compatible with inmanta-core>=6
  • Added support for custom inmanta_reset_state method to clean up stateful modules between compiles
  • Ensure that projects are compiled using a separate venv.
  • Fixed typing issue for filter_args in different method of the Project class.

Breaking changes

  • pytest-inmanta now keeps inmanta_plugins submodules alive across compiles. As a result, stateful modules must implement custom state cleanup logic as described in the README.
Commits
  • 3526363 Merge branch 'issue/version-bump' into next
  • 2d96eea set release date: 2022-01-24
  • 6dedd00 Bump inmanta-dev-dependencies from 1.74.0 to 1.75.0 (#261)
  • c641a5e Bump inmanta-dev-dependencies from 1.73.0 to 1.74.0 (#260)
  • bf308eb Bump pydantic from 1.8.2 to 1.9.0 (#259)
  • 90f0c97 Bump inmanta-dev-dependencies from 1.72.0 to 1.73.0 (#258)
  • d97d905 Bump inmanta-dev-dependencies from 1.71.0 to 1.72.0 (#257)
  • 4806840 Bump inmanta-dev-dependencies from 1.70.0 to 1.71.0 (#256)
  • ea6329e Bump inmanta-dev-dependencies from 1.69.0 to 1.70.0 (#255)
  • f626cff Bump inmanta-dev-dependencies from 1.68.0 to 1.69.0 (#254)
  • 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)

Merge request reports

Loading