Merge "[goal] Migrate testing to ubuntu focal"

This commit is contained in:
Zuul 2020-09-02 07:13:35 +00:00 committed by Gerrit Code Review
commit 4a80f08352
2 changed files with 5 additions and 1 deletions

View File

@ -16,5 +16,5 @@
from horizon.test.settings import * # noqa
from openstack_dashboard.test.settings import * # noqa
INSTALLED_APPS = list(INSTALLED_APPS)
INSTALLED_APPS = list(INSTALLED_APPS) # noqa: F999
INSTALLED_APPS.append('mistraldashboard')

View File

@ -4,6 +4,10 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
# remove this pyflakes from here once you bump the
# hacking to 3.2.0 or above. hacking 3.2.0 takes
# care of pyflakes version compatibilty.
pyflakes>=2.1.1
# Testing Requirements
coverage!=4.4,>=4.0 # Apache-2.0