Use Python3 for integration tests

Change-Id: I0d678b94454e524484fd7091cebee9d47b858fc7
This commit is contained in:
Ivan Kolodyazhny 2019-10-29 13:32:52 +02:00
parent 0dcf75623d
commit eabce72bfc

View File

@ -28,7 +28,7 @@ setenv =
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
HORIZON_INTEGRATION_TESTS_CONFIG_FILE=ironic_ui/test/integration/horizon.conf
basepython = python2.7
basepython = python3
commands = python manage.py test ironic_ui.test.integration --settings=ironic_ui.test.settings --tag integration