adjutant/.zuul.yaml
Dale Smith 96fa3ea6e4 Upgrade to Django4
* Now supports py10, py11. Drop py8
* Update unit test template as per https://review.opendev.org/c/openstack/adjutant/+/904651

Change-Id: I1209cf9b35c42262396bbc0e00898110e3111255
2024-07-11 11:38:40 +12:00

26 lines
531 B
YAML

- job:
name: adjutant-black-style-check
parent: tox
description: |
Runs black linting tests.
Uses tox with the ``black`` environment.
vars:
tox_envlist: black_check
test_setup_skip: true
- project:
queue: adjutant
templates:
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
- openstack-cover-jobs
- openstack-python3-jobs
check:
jobs:
- adjutant-black-style-check
gate:
jobs:
- adjutant-black-style-check