Fix coveragerc after moving hub code
Related: https://pagure.io/koji/issue/3767
This commit is contained in:
parent
00a5f3be20
commit
17c7307e61
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ data_file = .coverage2
|
|||
omit =
|
||||
setup.py
|
||||
/usr/*
|
||||
hub/*
|
||||
kojihub/*
|
||||
plugins/hub/*
|
||||
tests/*
|
||||
.tox/*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue