Skip to content

Commit 5709a89

Browse files
[CLEANUP]
1 parent 2387fef commit 5709a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN pip install poetry
2020
# Configure Poetry to avoid virtual environments and install dependencies
2121
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
2222

23-
# Install additional dependencies (e.g., swarms, pytest)
24-
RUN pip install swarms pytest
23+
# Install pytest
24+
RUN pip install pytest
2525

2626
# Ensure pytest is installed and available
2727
RUN pytest --version || echo "pytest not found"

0 commit comments

Comments
 (0)