update requirements
This commit is contained in:
parent
fc0652e5af
commit
662df7e01d
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,9 @@ pytest==7.4.3
|
|||
pytest-django==4.7.0
|
||||
pytest-cov==4.1.0
|
||||
|
||||
# Django dependencies (must match production)
|
||||
django-ckeditor-5>=0.2 # Added for CKEditor 5 migration
|
||||
|
||||
# Factory libraries for test data
|
||||
factory-boy==3.3.0
|
||||
|
||||
|
|
|
@ -146,6 +146,11 @@ Dieses Dokument listet alle Abhängigkeiten auf, die Updates benötigen, sowie S
|
|||
- ✅ Group DoesNotExist Error in template filter behoben
|
||||
- ✅ Robuste Fehlerbehandlung für fehlende User Groups implementiert
|
||||
|
||||
6. **Test-Suite repariert** ✅ **ABGESCHLOSSEN**
|
||||
- ✅ Host-System django-ckeditor-5 dependency installiert
|
||||
- ✅ Alle 107 Tests bestehen wieder (13 Django + 94 Pytest)
|
||||
- ✅ Test Coverage Report generiert
|
||||
|
||||
### Phase 3: Größere Updates (Geplante Wartung)
|
||||
1. **Python 3.12 Migration**
|
||||
- Dockerfile aktualisieren: `FROM python:3.12-slim`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue