Merge pull request #38260 from bk201/wip-48338

mgr/dashboard: fix tox py3 environment error

Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Ernesto Puerta 2020-11-24 19:35:36 +01:00 committed by GitHub
commit 4ddace0bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import time
from datetime import datetime
import cherrypy
from ceph_argparse import CephString # pylint: disable=import-error
from ceph_argparse import CephString
from .. import mgr
from ..exceptions import DashboardException, PasswordPolicyException, \

View File

@ -38,6 +38,7 @@ deps =
passenv =
PYTHONPATH
setenv =
PYTHONPATH=$PYTHONPATH:../..
CFLAGS = -DXMLSEC_NO_SIZE_T
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1