This commit is contained in:
John Whitlock 2024-01-23 11:10:13 -06:00
Родитель 54b725907b
Коммит 1046a22a97
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 082C735D154FB750
1 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -680,6 +680,24 @@ workflows:
allow_fail: true
filters: *default_filters
- python_job:
name: python 3.11 test
python_version: "3.11"
command: pytest
pytest_fail_fast: true
test_results_filename: pytest-python-3-11.xml
allow_fail: true
filters: *default_filters
- python_job:
name: python 3.12 test
python_version: "3.12"
command: pytest
pytest_fail_fast: true
test_results_filename: pytest-python-3-12.xml
allow_fail: true
filters: *default_filters
- python_job:
name: python test iq enabled
command: pytest