Don't run linters at build time, or in autopkgtests. (Closes: #1031436).

This commit is contained in:
Stefano Rivera 2023-02-25 12:52:39 -04:00
parent f3a0182e1a
commit 3136541ca6
3 changed files with 6 additions and 6 deletions

6
debian/changelog vendored
View File

@ -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
[ Benjamin Drung ]

1
debian/rules vendored
View File

@ -7,7 +7,6 @@ override_dh_auto_clean:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
./run-linters
python3 -m pytest -v ubuntutools
endif

View File

@ -1,8 +1,3 @@
Test-Command: flake8 -v --max-line-length=99
Depends:
flake8,
Restrictions: allow-stderr
Test-Command: python3 -m pytest -v ubuntutools
Depends:
dh-make,