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