Remove python 2.7 tox checks

Latest ansible pip release 5.0.0 causes the error
ERROR: No matching distribution found for ansible-core<2.13,>=2.12.0
Since we use browbeat on OSP 13 rarely, python 2.7 tox checks can
be removed.

Change-Id: I4b6e3effd5c56eb8706daf423ff4360cd587e43d
This commit is contained in:
Sanjay Chari 2021-12-01 16:08:17 +05:30
parent 3fb8d21077
commit 4b7db7eb52
1 changed files with 0 additions and 2 deletions

View File

@ -9,12 +9,10 @@
check:
jobs:
- openstack-tox-linters
- openstack-tox-py27
- openstack-tox-molecule
gate:
jobs:
- openstack-tox-linters
- openstack-tox-py27
- openstack-tox-molecule
post:
jobs: