#14 Run Python 3.4 tests optionally
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-wheel no34  into  master

file modified
+2 -3
@@ -13,9 +13,9 @@ 

      - smoke27:

          dir: python/smoke

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

-     - smoke34:

+     - smoke34_optional:

          dir: python/smoke

-         run: VERSION=3.4 METHOD=virtualenv ./venv.sh

+         run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh

      - smoke35:

          dir: python/smoke

          run: VERSION=3.5 METHOD=virtualenv ./venv.sh
@@ -39,7 +39,6 @@ 

      - virtualenv

      - python26

      - python27

-     - python34

      - python35

      - python36

      - python37

Build succeeded.

The change looks good and Fedora CI failure seems unrelated.

Pull-Request has been merged by churchyard

3 years ago