Bump pytest-inmanta from 2.0.1 to 2.1.0
Created by: dependabot[bot]
Bumps pytest-inmanta from 2.0.1 to 2.1.0.
Changelog
Sourced from pytest-inmanta's changelog.
v 2.1.0 (2022-03-30)
Changes in this release:
- Fix bug where the
project
fixture doesn't reset the current working directory in the cleanup stage.- Add deploy_all method to the
project
fixturev 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.v 1.6.2 (2021-08-17)
Changes in this release:
- Fixed issue with project fixture related to cleanup assumptions causing failures for
inmanta-core>=5.1.2.dev
v 1.6.1 (2021-06-29)
Changes in this release:
- Fixed an invalid import from inmanta-core (inmanta/inmanta-core#3074)
v 1.6.0 (2021-06-18)
Changes in this release:
- Added the ability to assert the expected 'change' of a deploy
- Compiled models are logged (debug level), with line numbers (#199)
- Export mypy types
v 1.5.0 (2021-03-26)
Changes in this release:
- Remove dependency on the inmanta package
V 1.4.0 (20-10-12)
Changes in this release:
- Added meaningful error message when --venv points to a non-existing directory (#62)
- Ensure that cache is closed completely (#57)
- Fix incompatibility with pytest 6.0.0
- Fixed plugin loading compatibility with compiler's import mechanism (#46, #49)
- Added
inmanta_plugins
fixture to make abstraction of required module reloading when the compiler project is reset (related to #49)- Added deprecation warning for
project_no_plugins
fixture in favor ofINMANTA_TEST_NO_LOAD_PLUGINS
environment variable (#66)- Added resource unittest::IgnoreResource.
- Improve documentation of options (#67)
V 1.3.0
Changes in this release:
- Added INMANTA_TEST_NO_LOAD_PLUGINS environment variable as workaround for inmanta/pytest-inmanta#49
... (truncated)
Commits
-
f7fa4e4
Merge branch 'issue/version-bump' into next -
e2af864
set release date: 2022-03-30 -
6f28692
Third attempt to make it work (#279) -
52f7b37
allow excluding specific types of resources. (#278) -
9f718b3
Issue/275 deploy all (#277) -
9766120
Bump inmanta-dev-dependencies from 2.10.0 to 2.11.0 (#276) -
2ba84ba
Bump inmanta-dev-dependencies from 2.9.0 to 2.10.0 (#274) -
a5acc7a
Bump inmanta-dev-dependencies from 2.8.0 to 2.9.0 (#273) -
16b91c1
Bump inmanta-dev-dependencies from 2.7.0 to 2.8.0 (#272) -
8046ff2
Bump inmanta-dev-dependencies from 2.5.0 to 2.7.0 (#271) - 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)