feat(auth): drop group table (#7672)

### Summary

drop group table
This commit is contained in:
Vibhu Pandey
2025-04-26 15:50:02 +05:30
committed by GitHub
parent b60588a749
commit 9e449e2858
84 changed files with 1762 additions and 1227 deletions

View File

@@ -44,10 +44,8 @@ jobs:
- name: run
run: |
cd tests/integration && \
poetry run pytest -ra \
poetry run pytest \
--basetemp=./tmp/ \
-vv \
--capture=no \
src/${{matrix.src}} \
--sqlstore-provider ${{matrix.sqlstore-provider}} \
--postgres-version ${{matrix.postgres-version}} \