From 5d7b54f5adab4685f44d5e017b53c7947719aee5 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Jan 07 2019 15:18:44 +0000 Subject: Let's drop Python2 resultsdb functional tests Let's drop Python2 when creating a fake server instance of ResultsDB in the functional tests. --- diff --git a/functional-tests/conftest.py b/functional-tests/conftest.py index 7baffb0..dc2eed3 100644 --- a/functional-tests/conftest.py +++ b/functional-tests/conftest.py @@ -128,8 +128,8 @@ def resultsdb_server(tmpdir_factory): ) """ % dbname - init_db_arguments = ['python2', 'run_cli.py', 'init_db'] - start_server_arguments = ['python2', 'runapp.py'] + init_db_arguments = ['python3', 'run_cli.py', 'init_db'] + start_server_arguments = ['python3', 'runapp.py'] with server_subprocess( name='resultsdb',