From 8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833 Mon Sep 17 00:00:00 2001 From: Manuel Jacob Date: Sun, 8 Mar 2020 12:57:31 +0100 Subject: Let pytest.py run with python2 by default. --- pytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest.py') diff --git a/pytest.py b/pytest.py index 11d790235e..db9f29388e 100755 --- a/pytest.py +++ b/pytest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # PYTHON_ARGCOMPLETE_OK """ pytest: unit and functional testing with Python. -- cgit v1.2.3-65-gdbad