Skip to content

Commit 3692445

Browse files
committed
Pin RabbitMQ to 3.12-management and register pytest release marker
- rabbitmq:latest (4.x) drops transient_nonexcl_queues support causing kiwipy.TaskRejected in AiiDA tests - Pin to rabbitmq:3.12-management for compatibility - Register 'release' marker in pytest.ini to silence warnings
1 parent 54fbb71 commit 3692445

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
services:
2222
rabbitmq:
23-
image: rabbitmq:latest
23+
image: rabbitmq:3.12-management
2424
ports:
2525
- 5672:5672
2626

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
markers =
3+
julia: tests requiring the Julia Fourier backend
4+
release: long-running tests excluded from normal CI

0 commit comments

Comments
 (0)