diff --git a/debian/changelog b/debian/changelog index a2001e479f2851b22c382347b618d02ed15d6b71..b2a42ed087302fa1ff4732cb8c74ca5fac941f25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-graphviz (0.8.4-2) unstable; urgency=medium + + * Add additional test dependencies to autopkgtests tests + + -- Diane Trout <diane@ghic.org> Mon, 23 Jul 2018 12:52:41 -0700 + python-graphviz (0.8.4-1) unstable; urgency=medium [ Diane Trout ] diff --git a/debian/tests/control b/debian/tests/control index 674ea9f04ac34a820b59587e435fc3314a32f293..ffa2c1d0898b98e15193ab1befd4a5bfa4add6b8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,4 +5,14 @@ Test-Command: set -e ; $py -m pytest -k 'not test_pipe_pipe_invalid_data_mocked' ; popd ; done -Depends: python3-all, @ +Depends: python3-all, @, + python3-coverage, + python3-flake8, + python3-mock, + python3-pep8-naming, + python3-pytest, + python3-pytest-doctestplus, + python3-pytest-mock, + python3-pytest-cov, + python3-unittest2 +