exclude test_expand_args, it fails and upstream is not interested in helping out what may be wrong

This commit is contained in:
Sandro Tosi 2021-10-09 22:26:00 -04:00
parent 0a184b22ff
commit 9bcf6bbb13
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View file

@ -13,8 +13,11 @@ python-click (8.0.2-1) UNRELEASED; urgency=low
* Use the new Debian Python Team contact name and address
* debian/watch
- track github releases
* debian/rules
- exclude test_expand_args, it fails and upstream is not interested in
helping out what may be wrong
-- Sandro Tosi <morph@debian.org> Sat, 09 Oct 2021 21:32:02 -0400
-- Sandro Tosi <morph@debian.org> Sat, 09 Oct 2021 22:25:26 -0400
python-click (7.1.2-1) unstable; urgency=medium

2
debian/rules vendored
View file

@ -5,7 +5,7 @@ export LANG=C.UTF-8
export PYBUILD_NAME=click
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
export PYBUILD_TEST_ARGS=-k 'not test_expand_args' {dir}/tests/
export SOURCE = $(CURDIR)/debian/