Package: python-testtools Version: 2.3.0-2 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/tests/control: Execution of dep8 tests requires python(3)-testscenarios. Thanks for considering the patch. -- System Information: Debian Release: buster/sid APT prefers bionic APT policy: (500, 'bionic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.13.0-16-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru python-testtools-2.3.0/debian/tests/control python-testtools-2.3.0/debian/tests/control --- python-testtools-2.3.0/debian/tests/control 2017-11-01 18:39:28.000000000 -0400 +++ python-testtools-2.3.0/debian/tests/control 2017-11-15 09:46:14.000000000 -0500 @@ -1,5 +1,5 @@ Tests: testsuite-py2 -Depends: python-testtools +Depends: python-testtools, python-testscenarios Tests: testsuite-py3 -Depends: python3-testtools +Depends: python3-testtools, python3-testscenarios