24de2ef
@@ -1,7 +1,7 @@
- job:
name: fedora_openqa-tox
run: ci/tox.yaml
- nodeset: fedora-31-vm
+ nodeset: fedora-35-vm
- project:
check:
jobs:
@@ -5,7 +5,7 @@
name: ensure-tox
- name: Install all Python versions to test
package:
- name: ['python37', 'python38', 'python39']
+ name: ['python37', 'python38', 'python39', 'python310']
state: present
become: yes
- name: Run tox
@@ -1,5 +1,5 @@
[tox]
- envlist = py37,py38,py39
+ envlist = py37,py38,py39,py310
skip_missing_interpreters = true
isolated_build = true
Signed-off-by: Adam Williamson awilliam@redhat.com
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
Failure is because resultsdb_api is broken, but the fact that it failed in the expected way probably means the PR is good, so merging :D
Pull-Request has been merged by adamwill
Signed-off-by: Adam Williamson awilliam@redhat.com