Merge "Remove fix-tox workaround for python3.5"

This commit is contained in:
Zuul
2020-03-18 00:01:19 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 10 deletions

View File

@@ -205,7 +205,6 @@
- zuul-tox-docs
- tox-pep8
- tox-py35:
pre-run: playbooks/fix-tox.yaml
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*
@@ -262,7 +261,6 @@
- zuul-tox-docs
- tox-pep8
- tox-py35:
pre-run: playbooks/fix-tox.yaml
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*

View File

@@ -1,8 +0,0 @@
- hosts: all
pre_tasks:
- name: Fix importlib-resources
become: true
shell: |
pip3 install --upgrade importlib-resources==1.0.2
args:
executable: /bin/bash