This commit is contained in:
parent
3605726162
commit
b4a42a770d
2 changed files with 3 additions and 2 deletions
|
@ -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 -
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -20,6 +20,7 @@ setup(
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
'test': [
|
||||||
|
'aiosmtpd',
|
||||||
'coverage',
|
'coverage',
|
||||||
'pycodestyle',
|
'pycodestyle',
|
||||||
'mypy',
|
'mypy',
|
||||||
|
|
Loading…
Reference in a new issue