Skip to content

Commit 2677aa1

Browse files
committed
Remove eunit_formatters
It was only used in rabbitmq_prometheus, yet depended on by two other projects. It doesn't really provide much value.
1 parent 25a9ad1 commit 2677aa1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

deps/rabbitmq_federation_prometheus/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define PROJECT_APP_EXTRA_KEYS
66
endef
77

88
DEPS = rabbit_common rabbit rabbitmq_federation rabbitmq_prometheus
9-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters
9+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
1010

1111
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1212
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_prometheus/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ PROJECT := rabbitmq_prometheus
1010
PROJECT_DESCRIPTION = Prometheus metrics for RabbitMQ
1111
DEPS = accept cowboy rabbit rabbitmq_management_agent prometheus rabbitmq_web_dispatch
1212
BUILD_DEPS = amqp_client rabbit_common rabbitmq_management
13-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters rabbitmq_stream
14-
15-
EUNIT_OPTS = no_tty, {report, {eunit_progress, [colored, profile]}}
13+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_stream
1614

1715
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1816
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_shovel_prometheus/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define PROJECT_APP_EXTRA_KEYS
66
endef
77

88
DEPS = rabbit_common rabbit rabbitmq_shovel rabbitmq_prometheus
9-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters
9+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
1010

1111
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1212
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

0 commit comments

Comments
 (0)