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
|
||||
group: test
|
||||
commands:
|
||||
- debconf-set-selections <<<"postfix postfix/mailname string example.org"
|
||||
- debconf-set-selections <<<"postfix postfix/main_mailer_type string 'Local only'"
|
||||
- echo "postfix postfix/mailname string example.org" | debconf-set-selections
|
||||
- echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections
|
||||
- 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
|
||||
- /usr/lib/postfix/configure-instance.sh -
|
||||
|
|
1
setup.py
1
setup.py
|
@ -20,6 +20,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
'test': [
|
||||
'aiosmtpd',
|
||||
'coverage',
|
||||
'pycodestyle',
|
||||
'mypy',
|
||||
|
|
Loading…
Reference in a new issue