Skip to content

Commit 27de32b

Browse files
committed
CI: Update dependencies for Docker-based test layer
The v1 `docker-compose` command no longer exists on contemporary environments.
1 parent 9153a57 commit 27de32b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ install-tests: setup-virtualenv
112112
# -------
113113

114114
grafana-start:
115-
cd tests/grafana; docker-compose up
115+
cd tests/grafana; docker compose up

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": [
3535
"pytest<9",
3636
"pytest-cov<6",
37-
"lovely-pytest-docker<2",
37+
"lovely-pytest-docker>=1,<2",
3838
"grafanalib==0.7.1",
3939
]
4040
}

0 commit comments

Comments
 (0)