mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-21 07:11:14 +00:00
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:
parent
2c6f87acd3
commit
7118411b89
2
debian/control
vendored
2
debian/control
vendored
@ -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
10
debian/tests/control
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user