Depend on testtools.

This commit is contained in:
Jelmer Vernooij 2021-03-26 12:40:27 +00:00
parent 81a9f6f53f
commit 9bfac89e7e

View file

@ -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',
)