Drop coverage in the autopkgtest, as python3-nose-cov is not in Debian

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2021-02-19 12:12:02 +01:00
parent 2c6f87acd3
commit 7118411b89
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD
2 changed files with 8 additions and 4 deletions

2
debian/control vendored
View File

@ -57,6 +57,7 @@ Depends:
${misc:Depends},
${perl:Depends},
Recommends:
arch-test,
bzr | brz,
bzr-builddeb | brz-debian,
ca-certificates,
@ -73,7 +74,6 @@ Recommends:
quilt,
reportbug (>= 3.39ubuntu1),
ubuntu-keyring | ubuntu-archive-keyring,
arch-test
Suggests:
qemu-user-static,
Description: useful tools for Ubuntu developers

10
debian/tests/control vendored
View File

@ -1,7 +1,11 @@
Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
Depends: flake8
Depends:
flake8,
Restrictions: allow-stderr
Test-Command: nosetests3 -v ubuntutools --with-coverage --cover-package=ubuntutools ubuntutools
Depends: python3-nose, python3-nose-cov, python3-setuptools, @
Test-Command: nosetests3 -v ubuntutools
Depends:
python3-nose,
python3-setuptools,
@,
Restrictions: allow-stderr