Fix stable/rocky builds

python2.7 is broken for stable/rocky

Change-Id: I7d8601d6f3944c5df70b3eba72055a8d751996db
This commit is contained in:
Thomas Bachman
2023-07-10 18:12:41 +00:00
parent 8297782d60
commit 5fe2f48773
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
- name: openstack/requirements
override-checkout: stable/rocky
- openstack-tox-py27:
voting: false
required-projects:
- name: openstack/requirements
override-checkout: stable/rocky
@@ -30,6 +31,7 @@
- name: openstack/requirements
override-checkout: stable/rocky
- openstack-tox-py27:
voting: false
required-projects:
- name: openstack/requirements
override-checkout: stable/rocky

View File

@@ -17,7 +17,7 @@ deps =
commands = stestr run {posargs}
[testenv:pep8]
basepython = python2.7
basepython = python3
commands = flake8
distribute = false