#93 Update CI configuration to Fedora 35 and Python 3.10
Merged 3 years ago by adamwill. Opened 3 years ago by adamwill.

file modified
+1 -1
@@ -1,7 +1,7 @@ 

  - job:

      name: fedora_openqa-tox

      run: ci/tox.yaml

-     nodeset: fedora-31-vm

+     nodeset: fedora-35-vm

  - project:

      check:

        jobs:

file modified
+1 -1
@@ -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

file modified
+1 -1
@@ -1,5 +1,5 @@ 

  [tox]

- envlist = py37,py38,py39

+ envlist = py37,py38,py39,py310

  skip_missing_interpreters = true

  isolated_build = true

  

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

3 years ago