fix: fix only group integration testing to exclude missing dependencies

ref: N25B-205
This commit is contained in:
Björn Otgaar
2025-10-28 12:20:43 +01:00
parent 473c0fdce1
commit c75f5de97c

View File

@@ -22,6 +22,6 @@ test:
tags:
- test
script:
- uv run pytest test/integration
- uv run --only-group test pytest test/integration
- uv run --only-group test pytest test/unit