Commit 51f34f2
Umair Siddiquie
ci: replace Django CI with Python-native workflow for Werkzeug
The previous `django.yml` incorrectly assumed a Django project structure.
This change replaces it with a generic Python CI workflow that:
- Uses `pytest` (or `unittest`) instead of `manage.py test`
- Removes Django-specific assumptions
- Supports multiple Python versions (3.8–3.11)
- Installs the package in editable mode for accurate testing
This aligns the CI setup with Werkzeug’s actual architecture as a WSGI utility library, not a Django application.1 parent cb307c1 commit 51f34f2
1 file changed
+35
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments