Skip to content

Commit

Permalink
build(deps-dev): update pytest-docker requirement from <2,>=1 to >=1,…
Browse files Browse the repository at this point in the history
…<4 (#62)

* build(deps-dev): update pytest-docker requirement from <2,>=1 to >=1,<4

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...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* run one test at a time

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: skshetry <[email protected]>
  • Loading branch information
dependabot[bot] and skshetry authored Mar 4, 2024
1 parent 3b1e6b2 commit 7a38f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: run tests
timeout-minutes: 40
run: pytest -v -n=auto --cov-report=xml --cov-report=term
run: pytest -v --cov-report=xml --cov-report=term

- name: upload coverage report
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tests = [
"pytest-cov>=4.1.0",
"pytest-xdist>=3.2",
"pytest-mock",
"pytest-docker>=1,<2",
"pytest-docker>=1,<4",
]

[project.urls]
Expand Down

0 comments on commit 7a38f45

Please sign in to comment.