mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 01:11:29 +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},
|
${misc:Depends},
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
Recommends:
|
Recommends:
|
||||||
|
arch-test,
|
||||||
bzr | brz,
|
bzr | brz,
|
||||||
bzr-builddeb | brz-debian,
|
bzr-builddeb | brz-debian,
|
||||||
ca-certificates,
|
ca-certificates,
|
||||||
@ -73,7 +74,6 @@ Recommends:
|
|||||||
quilt,
|
quilt,
|
||||||
reportbug (>= 3.39ubuntu1),
|
reportbug (>= 3.39ubuntu1),
|
||||||
ubuntu-keyring | ubuntu-archive-keyring,
|
ubuntu-keyring | ubuntu-archive-keyring,
|
||||||
arch-test
|
|
||||||
Suggests:
|
Suggests:
|
||||||
qemu-user-static,
|
qemu-user-static,
|
||||||
Description: useful tools for Ubuntu developers
|
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
|
Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
|
||||||
Depends: flake8
|
Depends:
|
||||||
|
flake8,
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
|
||||||
Test-Command: nosetests3 -v ubuntutools --with-coverage --cover-package=ubuntutools ubuntutools
|
Test-Command: nosetests3 -v ubuntutools
|
||||||
Depends: python3-nose, python3-nose-cov, python3-setuptools, @
|
Depends:
|
||||||
|
python3-nose,
|
||||||
|
python3-setuptools,
|
||||||
|
@,
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user