#5 Fedora CI: Add Python 3.8
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-wheel test38  into  master

file modified
+5 -1
@@ -26,15 +26,19 @@ 

      - smoke37:

          dir: python/smoke

          run: VERSION=3.7 METHOD=virtualenv ./venv.sh

+     - smoke38:

+         dir: python/smoke

+         run: VERSION=3.8 METHOD=virtualenv ./venv.sh

      required_packages:

      - gcc

-     - /usr/bin/virtualenv

+     - virtualenv

      - python26

      - python27

      - python34

      - python35

      - python36

      - python37

+     - python38

      - python2-devel

      - python3-devel

      - python3-tox

no initial comment

The log says:

TASK [str-common-pkgs : Install test-specific package requirements] ************
[...]
failed: [/workDir/workspace/fedora-rawhide-pr-pipeline/images/test_subject.qcow2] (item=/usr/bin/virtualenv) => {"attempts": 5, "changed": false, "item": "/usr/bin/virtualenv", "msg": "No group usr/bin/virtualenv available.", "results": []}

Looks like something thinks /usr/bin/virtualenv in required_packages is a “group”, not a file to be installed?

1 new commit added

  • Fedora CI: Workaround for fedora-ci/general #31
5 years ago

Trying to workaround it.

Pull-Request has been merged by churchyard

5 years ago