We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387fef commit 5709a89Copy full SHA for 5709a89
tests/Dockerfile
@@ -20,8 +20,8 @@ RUN pip install poetry
20
# Configure Poetry to avoid virtual environments and install dependencies
21
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
22
23
-# Install additional dependencies (e.g., swarms, pytest)
24
-RUN pip install swarms pytest
+# Install pytest
+RUN pip install pytest
25
26
# Ensure pytest is installed and available
27
RUN pytest --version || echo "pytest not found"
0 commit comments