Skip to content

Commit

Permalink
Fix main rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibsG committed Aug 20, 2022
1 parent 2d364c9 commit 90b3f76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def run(command, comment=None, env=None, service=None, tag=None, args=None, data
tag=f"postgres_{version}" if runtime == "async-std" else f"postgres_{version}_{runtime}",
)

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

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

0 comments on commit 90b3f76

Please sign in to comment.