{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/pytest tests\/integration tests\/e2e -q 2>&1 | tail -10",
"description": "Run tests against crawler_test"
}
}
{
"tool_response": {
"stdout": ".......... [100%]\n=============================== warnings summary ===============================\ntests\/e2e\/test_crawl_fixture.py::test_end_to_end_crawl_against_fixture\n \/var\/www\/dev.campus.systemische-tools.de\/crawler\/venv\/lib\/python3.13\/site-packages\/pyRdfa\/options.py:72: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).\n self.graph.add((bnode, ns_dc[\"date\"], Literal(datetime.datetime.utcnow().isoformat(),datatype=ns_xsd[\"dateTime\"])))\n\n-- Docs: https:\/\/docs.pytest.org\/en\/stable\/how-to\/capture-warnings.html",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}