Skip to content

Commit 64269d8

Browse files
authored
Merge pull request #1029 from SUSE/postfix_tw
Use postfix:latest for testing on Tumbleweed
2 parents ceba9b7 + b82bf78 commit 64269d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bci_tester/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def create_BCI(
857857
forwarded_ports=[PortForwarding(container_port=25)],
858858
extra_environment_variables={"SERVER_HOSTNAME": "localhost"},
859859
)
860-
for postfix_ver, os_versions in (("3.10", ["tumbleweed"]),)
860+
for postfix_ver, os_versions in (("latest", ["tumbleweed"]),)
861861
]
862862

863863
POSTGRES_PASSWORD = "n0ts3cr3t"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ markers = [
168168
'php-apache_8',
169169
'php-fpm_8',
170170
'postfix_3.8',
171-
'postfix_3.10',
171+
'postfix_latest',
172172
'postgres_14',
173173
'postgres_14-contrib',
174174
'postgres_15',

0 commit comments

Comments
 (0)