Skip to content

Commit 7fc7583

Browse files
disable TLS in CI
1 parent 2dde1ad commit 7fc7583

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
ALTERTABLE_PORT: 15002
9393
ALTERTABLE_USERNAME: altertable-test
9494
ALTERTABLE_PASSWORD: lk_test
95+
ALTERTABLE_TLS: false
9596
run: |
9697
pytest tests/ --no-cov -v
9798

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def altertable_service() -> Generator[dict, None, None]:
9292

9393
if host and port:
9494
# Use existing service
95-
print(f"\n==> Using existing Altertable service at {host}:{port}")
9695
yield {
9796
"host": host,
9897
"port": int(port),

0 commit comments

Comments
 (0)