Merge "Remove the nox-py27 job"

This commit is contained in:
Zuul 2023-09-06 20:46:32 +00:00 committed by Gerrit Code Review
commit f2208ed3c3
3 changed files with 0 additions and 20 deletions

View File

@ -18,7 +18,6 @@ Python Jobs
.. zuul:autojob:: tox-bashate
.. zuul:autojob:: tox-nodejs-npm
.. zuul:autojob:: nox
.. zuul:autojob:: nox-py27
.. zuul:autojob:: nox-py36
.. zuul:autojob:: nox-py37
.. zuul:autojob:: nox-py38

View File

@ -1,6 +0,0 @@
- hosts: all
tasks:
- name: Downgrade virtualenv for python2.7 support
# Assume pip is installed in the same relative path as nox
# and use that to downgrade virtualenv to a version python2.7 supports.
command: "{{ nox_executable | dirname }}/pip install -U virtualenv<20.22.0"

View File

@ -396,19 +396,6 @@
run: playbooks/nox/run.yaml
pre-run: playbooks/nox/pre.yaml
- job:
name: nox-py27
parent: nox
description: |
Run unit tests for a Python project under cPython version 2.7.
Uses nox with the ``test`` keyword forcing python 2.7.
pre-run: playbooks/nox/pre27.yaml
vars:
nox_keyword: tests
nox_force_python: "2.7"
python_version: "2.7"
- job:
name: nox-py36
parent: nox