diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:49 +0000 |
commit | ee8af66d2b0e49e30b75d5f9932807a127f6c942 (patch) | |
tree | 36d4dd94c247396cadf50ad9287dc1d8b6e4bf8b /debian/rules | |
parent | Merging upstream version 4.1.12. (diff) | |
download | python-ansible-compat-ee8af66d2b0e49e30b75d5f9932807a127f6c942.tar.xz python-ansible-compat-ee8af66d2b0e49e30b75d5f9932807a127f6c942.zip |
Merging debian version 4.1.12-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 2e14189..013d75e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,12 @@ #!/usr/bin/make -f #export DH_VERBOSE = 1 -%: - dh $@ --with python3 --buildsystem=pybuild #tests are failing due to an incompatibility between ansible galaxy and #python-resolvelib: ## https://github.com/ansible/ansible/issues/77624 -override_dh_auto_test: +export PYBUILD_DISABLE=test + +%: + dh $@ --with python3 --buildsystem=pybuild + +#override_dh_auto_test: |