mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03: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:
@@ -15,6 +15,9 @@ markers =
|
||||
filterwarnings =
|
||||
error
|
||||
|
||||
# Breaks coverage combined with pytest-mp, surfacing as an unhandled error outside of test scope
|
||||
ignore:Module awx was previously imported, but not measured:coverage.exceptions.CoverageWarning
|
||||
|
||||
# FIXME: Upgrade protobuf https://github.com/protocolbuffers/protobuf/issues/15077
|
||||
once:Type google._upb._message.* uses PyType_Spec with a metaclass that has custom tp_new:DeprecationWarning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user