Fix all tests.
This commit is contained in:
parent
6b30479b97
commit
dd14deb00d
17 changed files with 280 additions and 222 deletions
5
setup.py
5
setup.py
|
@ -30,9 +30,10 @@ setup(name="ognibuild",
|
|||
install_requires=[
|
||||
'breezy',
|
||||
'buildlog-consultant',
|
||||
'python_debian',
|
||||
'debmutate',
|
||||
],
|
||||
extras_require={
|
||||
'debian': ['debmutate', 'python_debian', 'python_apt'],
|
||||
},
|
||||
tests_require=['python_debian', 'buildlog-consultant', 'breezy'],
|
||||
test_suite='ognibuild.tests.test_suite',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue