1
0
Fork 0

Disabling now non-working test target temporarily.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:06:01 +01:00
parent 092ad25442
commit f0efe5b708
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 1 additions and 9 deletions

5
debian/rules vendored
View file

@ -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