diff options
| -rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c3aa3df..0562e1c 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,12 @@ override_dh_bash-completion: dh_bash-completion cp _nikola_zsh debian/nikola/usr/share/zsh/functions/Completion/Linux/_nikola +override_dh_auto_test: + dh_auto_test -- --test-args "-k 'not test_format_date_long \ + and not test_format_date_timezone \ + and not test_format_date_locale_variants \ + and not test_importing_posts_and_attachments'" + override_dh_auto_install: dh_auto_install # Remove copy of licenses |
