From b43665b46484b6574d4e4d9ac14d8f185916f408 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:19:47 +0000 Subject: Apply patch 0019-Be-explicit-about-using-Python2-in-the-test-script.patch patch_name: 0019-Be-explicit-about-using-Python2-in-the-test-script.patch present_in_specfile: true --- diff --git a/tests/run_tests.py b/tests/run_tests.py index b132da2..721c1af 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python2 import subprocess import types