Skip to content

Commit 3a01414

Browse files
dolfinusMTSOnGithub
authored andcommitted
Fix tests
1 parent 97212a0 commit 3a01414

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-compose.test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ services:
1919
retries: 3
2020

2121
rabbitmq:
22-
image: rabbitmq:4
22+
# not using 4.3 until https://github.com/celery/kombu/issues/2237
23+
image: rabbitmq:4.2
2324
restart: unless-stopped
2425
ports:
2526
- 5672:5672

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ services:
3232
condition: service_healthy
3333

3434
rabbitmq:
35-
image: rabbitmq:4
35+
# not using 4.3 until https://github.com/celery/kombu/issues/2237
36+
image: rabbitmq:4.2
3637
restart: unless-stopped
3738
ports:
3839
- 5672:5672

0 commit comments

Comments
 (0)