mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 20:01:30 +00:00
Don't run linters at build time, or in autopkgtests. (Closes: #1031436).
This commit is contained in:
parent
f3a0182e1a
commit
3136541ca6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
ubuntu-dev-tools (0.193) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Don't run linters at build time, or in autopkgtests. (Closes: #1031436).
|
||||||
|
|
||||||
|
-- Stefano Rivera <stefanor@debian.org> Sat, 25 Feb 2023 12:51:46 -0400
|
||||||
|
|
||||||
ubuntu-dev-tools (0.192) unstable; urgency=medium
|
ubuntu-dev-tools (0.192) unstable; urgency=medium
|
||||||
|
|
||||||
[ Benjamin Drung ]
|
[ Benjamin Drung ]
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -7,7 +7,6 @@ override_dh_auto_clean:
|
|||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
./run-linters
|
|
||||||
python3 -m pytest -v ubuntutools
|
python3 -m pytest -v ubuntutools
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
5
debian/tests/control
vendored
5
debian/tests/control
vendored
@ -1,8 +1,3 @@
|
|||||||
Test-Command: flake8 -v --max-line-length=99
|
|
||||||
Depends:
|
|
||||||
flake8,
|
|
||||||
Restrictions: allow-stderr
|
|
||||||
|
|
||||||
Test-Command: python3 -m pytest -v ubuntutools
|
Test-Command: python3 -m pytest -v ubuntutools
|
||||||
Depends:
|
Depends:
|
||||||
dh-make,
|
dh-make,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user