Skip to content

Commit

Permalink
CI: Update dependencies for Docker-based test layer
Browse files Browse the repository at this point in the history
The v1 `docker-compose` command no longer exists on contemporary
environments.
  • Loading branch information
amotl committed Sep 28, 2024
1 parent 9153a57 commit 27de32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ install-tests: setup-virtualenv
# -------

grafana-start:
cd tests/grafana; docker-compose up
cd tests/grafana; docker compose up
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": [
"pytest<9",
"pytest-cov<6",
"lovely-pytest-docker<2",
"lovely-pytest-docker>=1,<2",
"grafanalib==0.7.1",
]
}
Expand Down

0 comments on commit 27de32b

Please sign in to comment.