From 17c7307e6187e5886cb3d811d64fa5ff1d574fcc Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Tue, 4 Apr 2023 12:58:43 +0200 Subject: [PATCH] Fix coveragerc after moving hub code Related: https://pagure.io/koji/issue/3767 --- .coveragerc | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index ae362c96..ad497ebc 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,7 +4,7 @@ data_file = .coverage2 omit = setup.py /usr/* - hub/* + kojihub/* plugins/hub/* tests/* .tox/* diff --git a/requirements.txt b/requirements.txt index 83107c75..af34dc67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ Cheetah;python_version < '3.0' Cheetah3;python_version >= '3.0' psycopg2-binary;python_version >= '3.0' python-multilib -python-qpid-proton +python-qpid-proton<0.38.0;python_version < '3.0' +python-qpid-proton;python_version >= '3.0' rpm-py-installer