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

build(deps-dev): update pytest-docker requirement from <2,>=1 to >=1,<3 #9748

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

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

Release notes

Sourced from pytest-docker's releases.

v2.0.0

Breaking changes:

  • Default command changed from docker-compose to docker compose, so the V2 is the default one.
Changelog

Sourced from pytest-docker's changelog.

Version 2.0.0

Breaking changes:

  • Default command changed from docker-compose to docker compose, so the V2 is the default one.

Version 1.0.1

Chore:

  • Set dependency on attrs to be the same as in pytest

Version 1.0.0

Breaking changes:

  • Default behavior is not to install docker-compose at all when installing pytest-docker with PIP. Use the docker-compose-v1 extra.

Feat:

  • Add support for Docker Compose v2 via a new pytest fixture, docker_compose_command that should return docker compose.

Version 0.13.0

Feat:

  • In get_docker_ip(), if DOCKER_HOST is using the unix: scheme then return "127.0.0.1"

Version 0.12.0

Changes:

  • Add docker_setup fixture to allow custom setup actions for docker-compose (contributed by @​raddessi)

Version 0.11.0

Changes:

Version 0.10.3

Changes:

  • Ensure that Docker cleanup is executed even with after tests have failed

Version 0.10.2

Changes:

  • Allow higher version of attrs (21.0)

Version 0.10.1

Changes:

  • Allow higher version of attrs

Version 0.10.0

Changes:

  • Drop Python3.5 support

Version 0.9.0

Changes:

  • Add the docker_cleanup fixture to allow custom cleanup actions for docker-compose

... (truncated)

Commits

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)

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (152991d) 90.79% compared to head (ac7594b) 90.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9748   +/-   ##
=======================================
  Coverage   90.79%   90.79%           
=======================================
  Files         471      471           
  Lines       35891    35891           
  Branches     5185     5185           
=======================================
  Hits        32587    32587           
  Misses       2713     2713           
  Partials      591      591           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-gte-1-and-lt-3 branch 7 times, most recently from 73e1627 to 2dff0cb Compare August 3, 2023 09:20
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-gte-1-and-lt-3 branch 4 times, most recently from 91f76d7 to f495a76 Compare August 10, 2023 10:23
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-gte-1-and-lt-3 branch 4 times, most recently from 0a4d81d to 21076e4 Compare August 17, 2023 01:56
Updates the requirements on [pytest-docker](https://github.com/avast/pytest-docker) to permit the latest version.
- [Release notes](https://github.com/avast/pytest-docker/releases)
- [Changelog](https://github.com/avast/pytest-docker/blob/master/CHANGELOG.md)
- [Commits](avast/pytest-docker@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: pytest-docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-gte-1-and-lt-3 branch from 21076e4 to ac7594b Compare August 17, 2023 12:59
@efiop
Copy link
Contributor

efiop commented Aug 17, 2023

I don't think we use it anymore. Plugins do.

efiop added a commit that referenced this pull request Aug 17, 2023
We don't use it anymore.

Closes #9748
@efiop efiop merged commit 2da959a into main Aug 17, 2023
18 of 20 checks passed
@efiop efiop deleted the dependabot/pip/pytest-docker-gte-1-and-lt-3 branch August 17, 2023 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant