🐛 turn off very verbose

This commit is contained in:
Greg Newman
2023-12-01 11:44:52 -05:00
parent e77f6b87e2
commit 51b302eb93

View File

@@ -61,7 +61,7 @@ jobs:
SECRET_KEY: "for-testing-only"
REDIS_HOST: "localhost"
run: |
python -m pytest -vvv
python -m pytest
- name: Lints with pre-commit
run: |