mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Combine Django bump with other fixes to github checks (#16015)
* Add no cov on fail flag to fix CI * Bump django to 4.2.21 * Coverage args * Try cov equals awx * Run migration test in parallel * Ignore error and clean up commands * Try to make schema check not hang --------- Co-authored-by: Satoe Imaishi <simaishi@redhat.com>
This commit is contained in:
@@ -14,7 +14,7 @@ cryptography<42.0.0 # investigation is needed for 42+ to work with OpenSSL v3.0
|
||||
Cython
|
||||
daphne
|
||||
distro
|
||||
django==4.2.20 # CVE-2025-26699
|
||||
django==4.2.21 # CVE-2025-32873
|
||||
django-cors-headers
|
||||
django-crum
|
||||
django-extensions
|
||||
|
||||
@@ -132,7 +132,7 @@ dispatcherd==2025.5.21
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
distro==1.9.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django==4.2.20
|
||||
django==4.2.21
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# channels
|
||||
|
||||
Reference in New Issue
Block a user