Depend on testtools.
This commit is contained in:
parent
81a9f6f53f
commit
9bfac89e7e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -35,6 +35,6 @@ setup(name="ognibuild",
|
|||
extras_require={
|
||||
'debian': ['debmutate', 'python_debian', 'python_apt'],
|
||||
},
|
||||
tests_require=['python_debian', 'buildlog-consultant', 'breezy'],
|
||||
tests_require=['python_debian', 'buildlog-consultant', 'breezy', 'testtools'],
|
||||
test_suite='ognibuild.tests.test_suite',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue