From caed98a95b40c802e9abe2045a8b48dbe0a2474e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Dec 2021 04:41:54 +0100 Subject: Disabling now non-working test target temporarily. Signed-off-by: Daniel Baumann --- debian/control | 5 ----- debian/rules | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/debian/control b/debian/control index bb27d1f..80ce548 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,8 @@ Build-Depends: dh-sequence-python3, git, help2man, - pylint, python3-all, - python3-arrow, - python3-click, - python3-coverage, python3-setuptools, - python3-sh, Rules-Requires-Root: no Standards-Version: 4.6.0 Homepage: https://jorisroovers.com/gitlint/ diff --git a/debian/rules b/debian/rules index a6aa7b3..b59a2a2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,10 @@ #!/usr/bin/make -f -export LC_ALL=C.UTF-8 -export PYBUILD_TEST_ARGS=python{version} -m coverage run --omit='/usr/*,$(CURDIR)/gitlint/tests/*,$(CURDIR)/gitlint/qa/*' -m unittest discover -v -s $(CURDIR)/gitlint/tests - %: dh ${@} --buildsystem=pybuild override_dh_auto_test: - PYBUILD_SYSTEM=custom dh_auto_test + # disabled execute_after_dh_auto_install: # manpage -- cgit v1.2.3