From 0010abe8f24eb3d46d24062396837a698f004c6d Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Apr 03 2019 14:41:16 +0000 Subject: Move fedora-messaging in dev-requirements.txt It seems that having it in requirements.txt is causing issues when the consumers start. Let's move it to the dev-requirements just for tests. --- diff --git a/dev-requirements.txt b/dev-requirements.txt index 88ca5ec..e09ae93 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,6 +7,7 @@ resultsdb_api gunicorn sqlalchemy mock +fedora-messaging # Documentation build requirements # Pin sphinx until https://bitbucket.org/birkenfeld/sphinx-contrib/issues/182 is fixed and released diff --git a/requirements.txt b/requirements.txt index 5d985bb..3387cae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ requests PyYAML dogpile.cache fedmsg[consumers] -fedora-messaging prometheus_client