From 3136541ca6d6f3c7c83d8b2fdbbdc4dc37b9100e Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 25 Feb 2023 12:52:39 -0400 Subject: [PATCH] Don't run linters at build time, or in autopkgtests. (Closes: #1031436). --- debian/changelog | 6 ++++++ debian/rules | 1 - debian/tests/control | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84b3693..55cc90e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 25 Feb 2023 12:51:46 -0400 + ubuntu-dev-tools (0.192) unstable; urgency=medium [ Benjamin Drung ] diff --git a/debian/rules b/debian/rules index 1f2662a..09e47fb 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/tests/control b/debian/tests/control index c79482f..29b2ae3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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,