Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Aug 22, 2024
1 parent 8f0af2b commit 0f86321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
# Build the docker image for testing
docker build -t acapy-test -f docker/Dockerfile.run .
cd integration-tests
poetry install
poetry install --no-root
poetry run pytest -m examples
3 changes: 3 additions & 0 deletions integration-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pytest = "^8.3.2"
pytest-asyncio = "^0.23.8"
pydantic = "^2.8.2"

[tool.pytest.ini_options]
markers = "examples: test the examples"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0f86321

Please sign in to comment.