fix: woodpecker ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-08-12 14:56:17 +02:00
parent 3605726162
commit b4a42a770d
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 3 additions and 2 deletions

View file

@ -28,8 +28,8 @@ steps:
image: python:3.11-bookworm image: python:3.11-bookworm
group: test group: test
commands: commands:
- debconf-set-selections <<<"postfix postfix/mailname string example.org" - echo "postfix postfix/mailname string example.org" | debconf-set-selections
- debconf-set-selections <<<"postfix postfix/main_mailer_type string 'Local only'" - echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections
- apt update; apt install --yes schleuder schleuder-cli postfix patch - apt update; apt install --yes schleuder schleuder-cli postfix patch
- patch -d/ -p1 < test/01-ruby3cgi.patch # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040257 - patch -d/ -p1 < test/01-ruby3cgi.patch # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040257
- /usr/lib/postfix/configure-instance.sh - - /usr/lib/postfix/configure-instance.sh -

View file

@ -20,6 +20,7 @@ setup(
], ],
extras_require={ extras_require={
'test': [ 'test': [
'aiosmtpd',
'coverage', 'coverage',
'pycodestyle', 'pycodestyle',
'mypy', 'mypy',