Skip to content

Commit

Permalink
Try not autousing
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 9, 2024
1 parent 109ae0f commit 5df2b8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def tika_host(docker_services, docker_ip) -> str:
return f"http://{docker_ip}:{docker_services.port_for('tika', 9998)}"


@pytest.fixture(scope="session", autouse=True)
@pytest.fixture(scope="session")
def _tika_service(docker_services, tika_host: str) -> None:
def is_responsive(url):
import httpx
Expand Down
2 changes: 0 additions & 2 deletions tests/docker/docker-compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
services:
tika:
image: docker.io/apache/tika:latest
hostname: tika
container_name: tika

0 comments on commit 5df2b8b

Please sign in to comment.