Skip to content

Commit 90b3f76

Browse files
committed
Fix main rebase
1 parent 2d364c9 commit 90b3f76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/x.py

-3
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
138138
tag=f"postgres_{version}" if runtime == "async-std" else f"postgres_{version}_{runtime}",
139139
)
140140

141-
<<<<<<< HEAD
142141
## +ssl
143142
for version in ["14", "13", "12", "11", "10"]:
144143
run(
@@ -149,8 +148,6 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
149148
tag=f"postgres_{version}_ssl" if runtime == "async-std" else f"postgres_{version}_ssl_{runtime}",
150149
)
151150

152-
=======
153-
>>>>>>> c85c4d2b (Add client ssl tests for MariaDB and MySQL)
154151
## +client-ssl
155152
for version in ["14_client_ssl", "13_client_ssl", "12_client_ssl", "11_client_ssl", "10_client_ssl", "9_6_client_ssl"]:
156153
run(

0 commit comments

Comments
 (0)